@eslinted/defaults 17.2.0-rc.0 → 17.2.0-rc.1

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.
@@ -25,9 +25,6 @@ jobs:
25
25
  with:
26
26
  node-version: 24
27
27
  registry-url: https://registry.npmjs.org
28
- - name: Install NPM
29
- id: npm
30
- run: npm install -g npm@latest
31
28
  - name: Install Dependencies
32
29
  id: ci
33
30
  run: npm ci --loglevel=error --fund=false
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/defaults",
6
- "version": "17.2.0-rc.0",
6
+ "version": "17.2.0-rc.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted-defaults",
8
8
  "description": "Default scopes for `linted`",
9
9
  "keywords": [],