@eslinted/core 5.0.3-rc.0 → 5.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -5
- package/tsconfig.json +1 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.18.
|
2
|
+
"_schemaVersion": "20.18.1",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "5.0.3
|
4
|
+
"version": "5.0.3",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -82,9 +82,6 @@
|
|
82
82
|
"deploy": ""
|
83
83
|
},
|
84
84
|
"mocha": {
|
85
|
-
"extensions": [
|
86
|
-
"js"
|
87
|
-
],
|
88
85
|
"spec": [
|
89
86
|
"dist/**/*.spec.js"
|
90
87
|
]
|