@agilebot/eslint-config 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-config",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.2",
|
4
4
|
"description": "Agilebot's ESLint config",
|
5
5
|
"main": "lib",
|
6
6
|
"license": "MIT",
|
@@ -34,9 +34,6 @@
|
|
34
34
|
"eslint-plugin-unicorn": "^51.0.1",
|
35
35
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0"
|
36
36
|
},
|
37
|
-
"devDependencies": {
|
38
|
-
"@agilebot/eslint-utils": "0.1.1"
|
39
|
-
},
|
40
37
|
"peerDependencies": {
|
41
38
|
"@agilebot/eslint-plugin": "*",
|
42
39
|
"@agilebot/eslint-utils": "*",
|