dependencies update

This commit is contained in:
Vitaly Puzrin 2014-06-09 00:19:11 +04:00
parent d87614b758
commit 56c63a1fb2

View file

@ -16,7 +16,6 @@
"devDependencies" : { "devDependencies" : {
"mocha": "*", "mocha": "*",
"chai": "*",
"benchmark": "*", "benchmark": "*",
"ansi": "*", "ansi": "*",
"browserify":"*", "browserify":"*",
@ -24,12 +23,12 @@
"jshint": "*", "jshint": "*",
"istanbul": "*", "istanbul": "*",
"ndoc": "*", "ndoc": "*",
"lodash": "2.4.1", "lodash": "*",
"async": "0.2.10", "async": "*",
"grunt": "~0.4.4", "grunt": "~0.4.4",
"grunt-cli": "~0.1.13", "grunt-cli": "~0.1.13",
"grunt-saucelabs": "~5.1.1", "grunt-saucelabs": "~8.0.2",
"grunt-contrib-connect": "~0.7.1" "grunt-contrib-connect": "~0.7.1"
} }
} }