Skip to content

Commit d0d549a

Browse files
committed
[Clean] Removed useless dependencies
1 parent 6116822 commit d0d549a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-snakecasejs",
33
"description": "Eslint plugin to enforce a style of snake_case in your project, rather than just disabling camelcase.",
4-
"version": "1.1.0-4",
4+
"version": "1.1.0-5",
55
"main": "index.js",
66
"author": "Patryk Rzucidlo [@ptkdev] <support@ptkdev.io> (https://ptkdev.it)",
77
"author_original": "David Buchan-Swanson <david.buchanswanson@gmail.com>",
@@ -40,10 +40,7 @@
4040
"eslint-plugin-snakecasejs"
4141
],
4242
"dependencies": {
43-
"colors": "^1.2.1",
44-
"eslint": "^4.19.1",
45-
"path": "^0.12.7",
46-
"request": "^2.85.0"
43+
"eslint": "^4.19.1"
4744
},
4845
"engines": {
4946
"node": ">=7.6.0"

0 commit comments

Comments
 (0)