@eslinted/core 14.2.1 → 14.2.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.
@@ -27,9 +27,6 @@ jobs:
27
27
  node-version: 22
28
28
  check-latest: true
29
29
  registry-url: "https://registry.npmjs.org"
30
- - name: Install Dependencies
31
- id: ci
32
- run: npm ci
33
30
  - name: Publish to NPM
34
31
  id: publish
35
32
  run: npm publish
@@ -27,9 +27,6 @@ jobs:
27
27
  node-version: 22
28
28
  check-latest: true
29
29
  registry-url: "https://registry.npmjs.org"
30
- - name: Install Dependencies
31
- id: ci
32
- run: npm ci
33
30
  - name: Publish to NPM
34
31
  id: publish
35
32
  run: npm publish
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.11.3",
3
3
  "name": "@eslinted/core",
4
- "version": "14.2.1",
4
+ "version": "14.2.2",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",