UNPKG

npm-run

Version:

Run locally-installed executables.

32 lines (23 loc) 723 B
2.0.0 / 2015-03-22 ================== * Alter API to be simple wrapper around child_process methods. 1.1.1 / 2015-03-06 ================== * Fix sync exec in 0.12/io.js. Polyfill with sync-exec over runsync. * Add Travis CI. 1.1.0 / 2015-03-06 ================== * Update dependencies. * Correctly forward dashed parameters. (Reported by @michalkleiner) * Improve error reporting for non-existent commands. * Polyfill execSync for legacy node. * Add npmRun.sync method (SEMVER.MINOR) (@millermedeiros) 1.0.2 / 2014-06-28 ================== * Add missing npm-which dependency. 1.0.1 / 2014-06-23 ================== * Add meta info to package.json. 1.0.0 / 2014-04-21 ================== * Birth