open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Update `spawn-command` for valid license metadata #474

Closed mitchhentgesspotify closed 3 months ago

mitchhentgesspotify commented 3 months ago

0.0.2-1 is equivalent to 0.0.2 except that it has an explicit license field in the package.json [1], which is needed for easy automated license tracking.

It looks like concurrently accidentally downgraded to the old version in this PR [2]

[1] https://github.com/mmalecki/spawn-command/compare/v0.0.2...v0.0.2-1 [2] https://github.com/open-cli-tools/concurrently/commit/d1fd1a8528d60cbc378b8f050332b92788d22a22#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R58

coveralls commented 3 months ago

Coverage Status

coverage: 99.343%. first build when pulling 1325b7c5e8ba8f9a1efe14fd3399fccaaa5b048a on mitchhentgesspotify:main into 61e8b0fad4d3ad6dee2354fbe9b657813ae5f7cf on open-cli-tools:main.