@eslinted/core 28.0.1 → 28.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$pkg": "2211.
|
|
2
|
+
"$pkg": "2211.7.0",
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
|
5
5
|
"name": "@eslinted/core",
|
|
6
|
-
"version": "28.0.
|
|
6
|
+
"version": "28.0.2",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
|
8
8
|
"description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
|
|
9
9
|
"keywords": [],
|
|
@@ -42,11 +42,9 @@
|
|
|
42
42
|
"start:ts": "node .",
|
|
43
43
|
"start:svelte": "vite preview --open",
|
|
44
44
|
"prepublishOnly": "npm test",
|
|
45
|
+
"publish:release": "cmd --% /c \"for /f \"delims=-\" %a in (\"%npm_package_version%\") do if \"%a\" == \"%npm_package_version%\" (npm publish) else (npm publish --tag=next)\" || bash -c 'if [ \"${npm_package_version#*-}\" = \"${npm_package_version}\" ]; then npm publish; else npm publish --tag=next; fi'",
|
|
45
46
|
"predeploy": "npm test",
|
|
46
47
|
"deploy": ""
|
|
47
48
|
},
|
|
48
|
-
"publishConfig": {
|
|
49
|
-
"tag": "next"
|
|
50
|
-
},
|
|
51
49
|
"author": "Jimmy Zhening Luo <jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
|
|
52
50
|
}
|