Skip to content

Commit

Permalink
move execa to dev deps
Browse files Browse the repository at this point in the history
it doesn't belong in dependencies
(thanks `np`)
  • Loading branch information
mifi committed Nov 8, 2023
1 parent 4e47cae commit e38ccd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"dependencies": {
"debug": "^4.3.1",
"execa": "5",
"form-data": "^3.0.0",
"got": "^11.8.1",
"into-stream": "^6.0.0",
Expand All @@ -43,6 +42,7 @@
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"execa": "5",
"jest": "^29.7.0",
"nock": "^13.0.5",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit e38ccd1

Please sign in to comment.