github mysticatea/npm-run-all v1.3.0

latest releases: v4.1.5, v4.1.3, v4.1.4...
8 years ago
  • Added the support of overwritten configuration options (#13).
    You can use "--packageName:fieldName=value" options to overwrite package.json's config field.

    > npm-run-all build:* start --my-package:port=3000
    
  • Improved the logic to kill child processes on UNIX-like platforms.
    Now npm-run-all kills child processes by using Process Group ID.

  • I did refactoring npm-run-all's code.

Don't miss a new npm-run-all release

NewReleases is sending notifications on new releases.