@eslinted/core 4.0.5-rc.3 → 4.0.5-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.18.0-core.0",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "4.0.5-rc.
|
4
|
+
"version": "4.0.5-rc.4",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -13,11 +13,12 @@
|
|
13
13
|
"access": "public"
|
14
14
|
},
|
15
15
|
"type": "module",
|
16
|
-
"types": "dist/index.d.ts",
|
17
16
|
"exports": {
|
18
17
|
".": {
|
19
|
-
"
|
20
|
-
|
18
|
+
"import": {
|
19
|
+
"types": "./dist/index.d.ts",
|
20
|
+
"default": "./dist/index.js"
|
21
|
+
}
|
21
22
|
}
|
22
23
|
},
|
23
24
|
"config": {
|