Skip to content

Commit 17e19e5

Browse files
committed
Move eslint to dev dependencies
1 parent 465ac5c commit 17e19e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"concat-stream": "~1.0.1",
2727
"eslint": "^4.4.0",
2828
"eslint-config-standard": "^10.2.1",
29+
"eslint-plugin-import": "^2.7.0",
30+
"eslint-plugin-node": "^5.1.1",
31+
"eslint-plugin-promise": "^3.5.0",
32+
"eslint-plugin-standard": "^3.0.1",
2933
"mocha": "^3.5.0",
3034
"pg": "6.x",
3135
"stream-spec": "~0.3.5",
3236
"stream-tester": "0.0.5",
3337
"through": "~2.3.4"
3438
},
3539
"dependencies": {
36-
"eslint-plugin-import": "^2.7.0",
37-
"eslint-plugin-node": "^5.1.1",
38-
"eslint-plugin-promise": "^3.5.0",
39-
"eslint-plugin-standard": "^3.0.1",
4040
"pg-cursor": "1.3.0"
4141
}
4242
}

0 commit comments

Comments
 (0)