From 65519b69922ac16d087ccb64e6f3395e8a992731 Mon Sep 17 00:00:00 2001 From: Goran Sterjov Date: Fri, 7 Feb 2014 19:27:11 +1100 Subject: [PATCH] Updated moment dependency to use the official package in bower. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 65c08e3..11da3c9 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ ], "dependencies": { "kalendae": ">=0.4.1", - "moment": ">=2.2.1", + "momentjs": ">=2.2.1", "animate.css": ">=2.1.0" }, "license": "MIT",