script-runner
Advanced tools
Comparing version
{ | ||
"name": "script-runner", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Invoke multiple commands, running in parallel / sequential, matching npm scripts", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/paulpflug", |
@@ -83,4 +83,4 @@ #!/usr/bin/env node | ||
} else { | ||
close = require('./lib/index.js')(cmdGroups,options,process.kill) | ||
close = require('./lib/index.js')(cmdGroups,options,process.exit) | ||
process.on("SIGINT",close) | ||
} |
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
23347
1.68%