fix dependencies

This commit is contained in:
Manuel Araoz 2014-08-13 18:18:29 -04:00
parent 0067ab4da6
commit a710ccd326
1 changed files with 4 additions and 3 deletions

View File

@ -11,10 +11,11 @@
}, },
"version": "0.4.2", "version": "0.4.2",
"dependencies": { "dependencies": {
"preconditions": "^1.0.7", "mocha": "^1.18.2",
"sinon": "1.9.1",
"mocha-lcov-reporter": "0.0.1", "mocha-lcov-reporter": "0.0.1",
"mocha": "^1.18.2" "optimist": "^0.6.1",
"preconditions": "^1.0.7",
"sinon": "1.9.1"
}, },
"scripts": { "scripts": {
"shell": "node shell/scripts/launch.js", "shell": "node shell/scripts/launch.js",