@eslinted/core 6.0.0 → 7.0.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
package/.github/workflows/rc.yml
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "22.10.
|
2
|
+
"_schemaVersion": "22.10.1",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "
|
4
|
+
"version": "7.0.0-rc.0",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -10,7 +10,8 @@
|
|
10
10
|
"license": "MIT",
|
11
11
|
"private": false,
|
12
12
|
"publishConfig": {
|
13
|
-
"access": "public"
|
13
|
+
"access": "public",
|
14
|
+
"tag": "next"
|
14
15
|
},
|
15
16
|
"type": "module",
|
16
17
|
"main": "dist/index.js",
|