fix bower.json with compatibles packages versions of angularjs

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-25 15:08:40 -03:00
commit d1979f443a
3 changed files with 3 additions and 9 deletions

View file

@ -6,7 +6,7 @@
"multisignature"
],
"dependencies": {
"angular": "=1.2.19",
"angular": "~1.2.27",
"angular-foundation": "*",
"angular-route": "~1.2.14",
"angular-qrcode": "~3.1.0",
@ -19,15 +19,14 @@
"qrcode-decoder-js": "*",
"angular-moment": "~0.7.1",
"socket.io-client": ">=1.0.0",
"mousetrap": "1.4.6",
"ng-idle": "*",
"inherits": "~0.0.1",
"angular-load": "0.2.0",
"lodash": "~2.4.1",
"angular-gravatar": "*",
"angular-touch": "~1.3.3"
"angular-touch": "~1.2.27"
},
"resolutions": {
"angular": "=1.2.19"
"angular": "~1.2.0"
}
}