RubyGems
npm
Organizations
Log in
Sign up
npm
@eslinted/core
Versions diffs
3.1.14 → 3.1.15-rc.0
@eslinted/core 3.1.14 → 3.1.15-rc.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/.github/workflows/RELEASE.yml
+1
-1
package/.github/workflows/rc.yml
+1
-1
package/package.json
+1
-1
package/.github/workflows/RELEASE.yml
CHANGED
Viewed
@@ -10,7 +10,7 @@ jobs:
10
10
if: github.event_name == 'push'
11
11
runs-on: ubuntu-latest
12
12
environment:
13
-
name:
publish
13
+
name:
RELEASE
14
14
url: https://www.npmjs.com/package/@eslinted/core
15
15
name: Build/Publish (RELEASE)
16
16
steps:
package/.github/workflows/rc.yml
CHANGED
Viewed
@@ -10,7 +10,7 @@ jobs:
10
10
if: github.event_name == 'push'
11
11
runs-on: ubuntu-latest
12
12
environment:
13
-
name:
publish
13
+
name:
rc
14
14
url: https://www.npmjs.com/package/@eslinted/core
15
15
name: Build/Publish (rc)
16
16
steps:
package/package.json
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
{
2
2
"_schemaVersion": "20.16.1",
3
3
"name": "@eslinted/core",
4
-
"version": "3.1.
14
",
4
+
"version": "3.1.
15-rc.0
",
5
5
"description": "Core ESLint flat config factory npm package `linted`.",
6
6
"keywords": [],
7
7
"license": "MIT",