Skip to content

Commit

Permalink
Update spawn-command for valid license metadata
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
mitchhentgesspotify committed May 8, 2024
1 parent 61e8b0f commit 1325b7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lodash": "^4.17.21",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"spawn-command": "0.0.2",
"spawn-command": "0.0.2-1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.7.2"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1325b7c

Please sign in to comment.