Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "bobbin", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "easily spool up thread-like worker processes", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register", | ||
"watch-test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register -w", | ||
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register --check-leaks", | ||
"coffeelint": "node_modules/.bin/coffeelint src/ test/ example/", | ||
@@ -10,0 +9,0 @@ "coffee-jshint": "find src/ test/ example/ -type f -name '*.coffee' | xargs node_modules/.bin/coffee-jshint -o node,mocha" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21842