Skip to content

Commit c8c607a

Browse files
committed
fix(core): remove npm-run-all from regular dependencies (nobody needs this… it's just for development purposes)
1 parent 094e10c commit c8c607a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
},
4040
"homepage": "https://pushnotice.chat",
4141
"dependencies": {
42-
"isomorphic-unfetch": "^3.1.0",
43-
"npm-run-all": "^4.1.5"
42+
"isomorphic-unfetch": "^3.1.0"
4443
},
4544
"devDependencies": {
4645
"ava": "^4.1.0",
4746
"bumpp": "^10.1.0",
4847
"dotenv": "^16.0.0",
4948
"npm-check-updates": "^12.5.4",
49+
"npm-run-all": "^4.1.5",
5050
"simple-git": "^3.27.0",
5151
"tsx": "^4.19.3",
5252
"xo": "^0.48.0"

0 commit comments

Comments
 (0)