Skip to content

Commit 1325b7c

Browse files
Update spawn-command for valid license metadata
`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] mmalecki/spawn-command@v0.0.2...v0.0.2-1 [2] d1fd1a8#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R58
1 parent 61e8b0f commit 1325b7c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lodash": "^4.17.21",
6161
"rxjs": "^7.8.1",
6262
"shell-quote": "^1.8.1",
63-
"spawn-command": "0.0.2",
63+
"spawn-command": "0.0.2-1",
6464
"supports-color": "^8.1.1",
6565
"tree-kill": "^1.2.2",
6666
"yargs": "^17.7.2"

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)