Commit cb9b461d by Andrew Nesbitt

sinon needs to be a dependency so binary testing works

parent b916a323
...@@ -43,13 +43,13 @@ ...@@ -43,13 +43,13 @@
"node-watch": "0.3.x", "node-watch": "0.3.x",
"chalk": "~0.4.0", "chalk": "~0.4.0",
"nan": "~0.8.0", "nan": "~0.8.0",
"mocha": "1.18.x" "mocha": "1.18.x",
"sinon": "^1.9.1"
}, },
"devDependencies": { "devDependencies": {
"jshint": "~2.4.4", "jshint": "~2.4.4",
"coveralls": "~2.10.0", "coveralls": "~2.10.0",
"mocha-lcov-reporter": "0.0.1", "mocha-lcov-reporter": "0.0.1",
"jscoverage": "~0.3.8", "jscoverage": "~0.3.8"
"sinon": "^1.9.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