Removed fuzzy dependencies.

Fuzzy dependencies tend to be a little brittle, as breaking changes
could be introduced that engineers are not aware of. This locks
down the versions used in this project's npm dependencies. (The
bower dependencies didn't need them).

Change-Id: I5bacb62a724b803926aa16859e536b15a74d40c1
This commit is contained in:
Michael Krotscheck 2015-06-05 11:48:54 -07:00
parent bc207adde8
commit 3148fc8903
1 changed files with 11 additions and 11 deletions

View File

@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"bower": "1.3.12",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt": "0.4.5",
"grunt-bower-task": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-connect-proxy": "0.1.11",
"grunt-contrib-clean": "0.6.0",
@ -19,20 +19,20 @@
"grunt-shell": "1.1.1",
"grunt-usemin": "2.4.0",
"grunt-webfont": "0.4.8",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.8.1",
"grunt-karma": "^0.10.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.8.1",
"grunt-karma": "0.10.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-ng-html2js-preprocessor": "~0.1"
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-ng-html2js-preprocessor": "0.1"
},
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5"
"grunt": "0.4.5"
},
"scripts": {
"postinstall": "bower install",