@wkovacs64/eslint-config 7.0.0 → 7.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wkovacs64/eslint-config",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.1",
|
4
4
|
"description": "@wKovacs64 ESLint config",
|
5
5
|
"keywords": [
|
6
6
|
"eslint",
|
@@ -18,9 +18,7 @@
|
|
18
18
|
"type": "module",
|
19
19
|
"main": "index.js",
|
20
20
|
"exports": {
|
21
|
-
".":
|
22
|
-
"import": "./index.js"
|
23
|
-
}
|
21
|
+
".": "./index.js"
|
24
22
|
},
|
25
23
|
"files": [
|
26
24
|
"index.js"
|