From 76269f760e9d2391d6ee7fc01a2291ef43eac5ba Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 28 Sep 2015 09:42:57 -0300 Subject: [PATCH] Fix moment version for node-webkit --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3bae25503..703866c7a 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "angular-bitcore-wallet-client": "0.4.4", "angular-foundation": "0.7.0", "angular-gettext": "2.1.0", - "angular-moment": "0.10.3", + "angular-moment": "0.10.1", "angular-qrcode": "monospaced/angular-qrcode#~6.0.3", "angular-ui-router": "0.2.15", "angular-ui-switch": "0.1.1", @@ -19,7 +19,7 @@ "fastclick": "1.0.6", "foundation": "5.5.2", "foundation-icon-fonts": "*", - "moment": "2.10.6", + "moment": "2.10.3", "ng-lodash": "0.2.3", "qrcode-decoder-js": "*" }