Skip to content

Commit

Permalink
Remove eslint-plugin-import from production dependencies (#575)
Browse files Browse the repository at this point in the history
This package is currently leaking the `eslint-plugin-import` dev dependency into the production dependencies, thus requiring consumers to have it installed as a dependency.
  • Loading branch information
bdbergeron authored Sep 25, 2024
1 parent 95e5cf6 commit 305e705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"license": "MIT",
"dependencies": {
"change-case": "^4.1.2",
"eslint-plugin-import": "^2.28.1",
"form-data": "^4.0.0",
"mime-types": "^2.1.35",
"node-fetch": "^2.6.12",
Expand Down

0 comments on commit 305e705

Please sign in to comment.