From 9e522265b649990290fba3db3020611328b42439 Mon Sep 17 00:00:00 2001 From: Marco Polci Date: Tue, 18 Aug 2015 09:57:21 +0200 Subject: [PATCH] Fixed a broblem with latest angular-moment release (see issue 3098). --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 05df61448..2b07effab 100644 --- a/bower.json +++ b/bower.json @@ -15,8 +15,8 @@ "foundation": "zurb/bower-foundation#~5.5.1", "foundation-icon-fonts": "*", "ng-lodash": "~0.2.0", - "angular-moment": "~0.10.1", - "moment": "~2.10.3", + "angular-moment": "0.10.1", + "moment": "2.10.3", "angular-bitcore-wallet-client": "^0.1.2", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*",