Fixes up bower installer, no longer using grunt-bower-task since it is old and doesn't support the copying that we need, updates to latest bower dependency

This commit is contained in:
Shannon
2015-06-24 11:15:04 +02:00
parent c64bd5f65a
commit fde162b086
3 changed files with 17 additions and 17 deletions

View File

@@ -21,9 +21,11 @@
},
"dependencies": {},
"devDependencies": {
"bower": "~1.3.3",
"bower": "^1.4.1",
"grunt": "~0.4.0",
"grunt-bower": "^0.19.0",
"grunt-bower-install-simple": "^1.1.3",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.3.0",