linted 19.4.3-rc.3 → 19.4.3-rc.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "22.10.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "19.4.3-rc.
|
4
|
+
"version": "19.4.3-rc.4",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -28,7 +28,8 @@
|
|
28
28
|
"license": "MIT",
|
29
29
|
"private": false,
|
30
30
|
"publishConfig": {
|
31
|
-
"access": "public"
|
31
|
+
"access": "public",
|
32
|
+
"preid": "rc"
|
32
33
|
},
|
33
34
|
"type": "module",
|
34
35
|
"main": "dist/index.js",
|