updated npm dependencies

fix-space-nbsp
Dmitri Akatov 11 years ago
parent c40f303002
commit 61c22697e6

@ -22,15 +22,15 @@
"author": "Dmitri Akatov", "author": "Dmitri Akatov",
"license": "BSD", "license": "BSD",
"devDependencies": { "devDependencies": {
"matchdep": "~0.1.2", "matchdep": "~0.3.0",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-cli": "~0.1.9", "grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.0", "grunt-contrib-jshint": "~0.6.0",
"grunt-karma": "~0.5.0", "grunt-karma": "~0.6.2",
"bower": "~1.2.7", "bower": "~1.2.7",
"karma": "~0.9.4", "karma": "~0.10.2",
"karma-ng-scenario": "0.0.2", "karma-ng-scenario": "0.1.0",
"karma-mocha": "~0.0.3", "karma-mocha": "~0.1.0",
"karma-coffee-preprocessor": "0.0.2" "karma-coffee-preprocessor": "0.1.0"
} }
} }