Cleanup dependencies in bower.json

This commit is contained in:
Francis Lachapelle
2015-02-25 14:02:52 -05:00
parent e32f6d3086
commit dc538f969e
2 changed files with 4 additions and 11 deletions
+3 -7
View File
@@ -4,21 +4,17 @@
"devDependencies": {
"angular": "1.3.x",
"angular-animate": "1.3.x",
"angular-ui-router": "~0.2",
"angular-foundation": ">0.3",
"angular-ui-router": "0.2.x",
"angular-recursion": "~1",
"angular-vs-repeat": "~1",
"angular-file-upload": "~1",
"angular-material": "~0.8.0",
"angular-material": "master",
"material-design-iconic-font": "~1",
"ng-tags-input": "~2",
"compass-mixins": "~0.12.3",
"foundation": ">5.3",
"ionic": "1.0.0-beta.14",
"underscore": "~1"
},
"resolutions": {
"angular": "~1.3",
"angular-animate": "~1.3"
"angular": "1.3.x"
}
}