Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "bobbin", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "easily spool up thread-like worker processes", | ||
@@ -9,5 +9,10 @@ "main": "index.js", | ||
"watch-test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register -w", | ||
"lint": "node_modules/.bin/coffeelint src/ test/" | ||
"coffeelint": "node_modules/.bin/coffeelint src/ test/ example/", | ||
"coffee-jshint": "find src/ test/ example/ -type f -name '*.coffee' | xargs node_modules/.bin/coffee-jshint -o node,mocha" | ||
}, | ||
"pre-commit": ["test", "lint"], | ||
"pre-commit": [ | ||
"test", | ||
"coffeelint", | ||
"coffee-jshint" | ||
], | ||
"repository": { | ||
@@ -35,2 +40,3 @@ "type": "git", | ||
"devDependencies": { | ||
"coffee-jshint": "^0.2.2", | ||
"coffeelint": "^1.8.1", | ||
@@ -37,0 +43,0 @@ "expect.js": "^0.3.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19858
7