[NIFI-2601] Update bower.json to use specific versions. This closes #897

This commit is contained in:
Scott Aslan 2016-08-19 09:10:48 -04:00 committed by Matt Gilman
parent 31ca8d02f7
commit a181c7b9d7
1 changed files with 8 additions and 5 deletions

View File

@ -9,10 +9,13 @@
"tests"
],
"dependencies": {
"font-awesome": "fontawesome#^4.6.1",
"angular-material": "^1.0.8",
"angular-resource": "^1.5.5",
"angular-route": "^1.5.5",
"angular-sanitize": "^1.5.5"
"font-awesome": "fontawesome#4.6.1",
"angular-material": "1.0.8",
"angular-resource": "1.5.5",
"angular-route": "1.5.5",
"angular-sanitize": "1.5.5"
},
"resolutions": {
"angular": "1.5.8"
}
}