- Fix broken package reference.
- Update dependencies.
- Remove spawn-sync polyfill.
- Test on node 8.
- Options is optional (@Gyran)
- Update dependencies.
- Documentation fixes.
- Lint code.
- Update dependencies.
- Support Windows with cross-spawn. (@htanjo)
- Update dependencies.
- Update dependencies.
- Older versions of node no longer supported.
- Removed spawn-sync. (@wesleytodd)
- Update to exec-sync with new licence. (@gtanner)
- Alter API to be simple wrapper around child_process methods.
- Fix sync exec in 0.12/io.js. Polyfill with sync-exec over runsync.
- Add Travis CI.
- 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)
- Add missing npm-which dependency.
- Add meta info to package.json.
- Birth