Skip to content

Commit 0303402

Browse files
committedJan 6, 2021
eslint should be dev deps, not prod
1 parent a52d758 commit 0303402

File tree

2 files changed

+527
-141
lines changed

2 files changed

+527
-141
lines changed
 

‎package-lock.json

+522-136
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
},
2222
"dependencies": {
2323
"chownr": "^2.0.0",
24-
"eslint": "^7.17.0",
25-
"eslint-plugin-import": "^2.22.1",
26-
"eslint-plugin-node": "^11.1.0",
27-
"eslint-plugin-promise": "^4.2.1",
28-
"eslint-plugin-standard": "^5.0.0",
2924
"fs-minipass": "^2.0.0",
3025
"minipass": "^3.0.0",
3126
"minizlib": "^2.1.1",
@@ -35,6 +30,11 @@
3530
"devDependencies": {
3631
"chmodr": "^1.2.0",
3732
"end-of-stream": "^1.4.3",
33+
"eslint": "^7.17.0",
34+
"eslint-plugin-import": "^2.22.1",
35+
"eslint-plugin-node": "^11.1.0",
36+
"eslint-plugin-promise": "^4.2.1",
37+
"eslint-plugin-standard": "^5.0.0",
3838
"events-to-array": "^1.1.2",
3939
"mutate-fs": "^2.1.1",
4040
"rimraf": "^2.7.1",

0 commit comments

Comments
 (0)
Please sign in to comment.