UNPKG

npm-run

Version:

Run executables for locally-installed packages without using ./node_modules/.bin

84 lines (56 loc) 1.55 kB
5.0.1 / 2018-04-12 ================== * Fix broken package reference. 5.0.0 / 2018-04-10 ================== * Update dependencies. * Remove spawn-sync polyfill. * Test on node 8. 4.1.2 / 2017-03-17 ================== * Options is optional (@Gyran) 4.1.1 / 2016-07-22 ================== * Update dependencies. * Documentation fixes. * Lint code. 4.1.0 / 2016-07-22 ================== * Update dependencies. * Support Windows with cross-spawn. (@htanjo) 4.0.1 / 2016-07-22 ================== * Update dependencies. 4.0.0 / 2016-07-22 ================== * Update dependencies. * Older versions of node no longer supported. 3.0.0 / 2016-02-25 ================== * Removed spawn-sync. (@wesleytodd) 2.0.1 / 2016-01-29 ================== * Update to exec-sync with new licence. (@gtanner) 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