Skip to content

Commit

Permalink
fix: redrun: c8: dependencies -> devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 19, 2024
1 parent df3b5c6 commit 69e90f3
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 @@ -54,7 +54,6 @@
"node": ">=18"
},
"dependencies": {
"c8": "^9.1.0",
"currify": "^4.0.0",
"debug": "^4.0.1",
"enquirer": "^2.3.6",
Expand All @@ -72,6 +71,7 @@
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^8.0.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-putout": "^22.1.0",
Expand Down

0 comments on commit 69e90f3

Please sign in to comment.