Commit faed0cc4 by XhmikosR

Update dependencies and be consistent with semver.

parent 3a5607fc
...@@ -38,18 +38,18 @@ ...@@ -38,18 +38,18 @@
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"dependencies": { "dependencies": {
"mkdirp": "0.3.x",
"optimist": "0.6.x",
"node-watch": "0.3.x",
"chalk": "~0.4.0", "chalk": "~0.4.0",
"mkdirp": "~0.3.5",
"mocha": "~1.18.2",
"nan": "~0.8.0", "nan": "~0.8.0",
"mocha": "1.18.x", "node-watch": "~0.3.4",
"sinon": "^1.9.1" "optimist": "~0.6.1",
"sinon": "~1.9.1"
}, },
"devDependencies": { "devDependencies": {
"jshint": "~2.4.4",
"coveralls": "~2.10.0", "coveralls": "~2.10.0",
"mocha-lcov-reporter": "0.0.1", "jscoverage": "~0.3.8",
"jscoverage": "~0.3.8" "jshint": "~2.5.0",
"mocha-lcov-reporter": "~0.0.1"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment