@eslinted/core 4.0.3 → 4.0.4
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": "20.
|
2
|
+
"_schemaVersion": "20.18.0",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "4.0.
|
4
|
+
"version": "4.0.4",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"engineStrict": true,
|
24
24
|
"engines": {
|
25
|
-
"node": ">=20.
|
25
|
+
"node": ">=20.18.0",
|
26
26
|
"npm": ">=10.8.2"
|
27
27
|
},
|
28
28
|
"peerDependenciesMeta": {},
|