@eslinted/core 24.3.0-rc.3 → 24.3.0-rc.4

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.
@@ -1,4 +1,3 @@
1
- --- # rc.yml
2
1
  name: NPM Publish (rc)
3
2
  on:
4
3
  push:
@@ -29,5 +28,3 @@ jobs:
29
28
  id: publish
30
29
  run: npm publish
31
30
  env: { NODE_AUTH_TOKEN: "${{secrets.NPM_TOKEN}}" }
32
-
33
- ...
package/package.json CHANGED
@@ -3,7 +3,7 @@
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": "24.3.0-rc.3",
6
+ "version": "24.3.0-rc.4",
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": [],