Skip to content

Commit 5cb7699

Browse files
authored
refactor: switched from npm-run-all to npm-run-all2 (#346)
* refactor: switched from `npm-run-all` to `npm-run-all2` `npm-run-all` is unmaintained for 7 years, so we're switching to the fork `npm-run-all2` * Replace npm-run-all with npm-run-all2 `npm-run-all` is unmaintained for 7 years, so we're switching to the fork `npm-run-all2`
1 parent 45f9172 commit 5cb7699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"husky": "^9.0.0",
4343
"microbundle": "^0.15.0",
4444
"np": "^8.0.0",
45-
"npm-run-all": "^4.1.5",
45+
"npm-run-all2": "4.1.5",
4646
"prettier": "3.0.1",
4747
"pretty-quick": "^3.1.1",
4848
"xo": "^0.54.0"

0 commit comments

Comments
 (0)