We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6116822 commit d0d549aCopy full SHA for d0d549a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "eslint-plugin-snakecasejs",
3
"description": "Eslint plugin to enforce a style of snake_case in your project, rather than just disabling camelcase.",
4
- "version": "1.1.0-4",
+ "version": "1.1.0-5",
5
"main": "index.js",
6
"author": "Patryk Rzucidlo [@ptkdev] <support@ptkdev.io> (https://ptkdev.it)",
7
"author_original": "David Buchan-Swanson <david.buchanswanson@gmail.com>",
@@ -40,10 +40,7 @@
40
"eslint-plugin-snakecasejs"
41
],
42
"dependencies": {
43
- "colors": "^1.2.1",
44
- "eslint": "^4.19.1",
45
- "path": "^0.12.7",
46
- "request": "^2.85.0"
+ "eslint": "^4.19.1"
47
},
48
"engines": {
49
"node": ">=7.6.0"
0 commit comments