linted 19.4.3-rc.4 → 19.4.3-rc.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: |
36
- npm publish --tag latest
37
- npm dist-tag add $npm_package_name@$npm_package_version next
35
+ run: npm publish
38
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
@@ -32,6 +32,5 @@ jobs:
32
32
  run: npm ci
33
33
  - name: Publish to NPM
34
34
  id: publish
35
- run: |
36
- npm publish --tag next
35
+ run: npm publish
37
36
  env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "22.10.0",
2
+ "_schemaVersion": "22.10.1",
3
3
  "name": "linted",
4
- "version": "19.4.3-rc.4",
4
+ "version": "19.4.3-rc.6",
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",
@@ -29,7 +29,7 @@
29
29
  "private": false,
30
30
  "publishConfig": {
31
31
  "access": "public",
32
- "preid": "rc"
32
+ "tag": "next"
33
33
  },
34
34
  "type": "module",
35
35
  "main": "dist/index.js",