RubyGems
npm
Organizations
Log in
Sign up
npm
@eslinted/core
Versions diffs
3.1.13-rc.1 → 3.1.13-rc.2
@eslinted/core 3.1.13-rc.1 → 3.1.13-rc.2
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/PROD.main.yml
+0
-3
package/.github/workflows/dev.yml
+0
-2
package/package.json
+1
-1
package/.github/workflows/PROD.main.yml
CHANGED
Viewed
@@ -2,11 +2,8 @@ name: NPM Publish (RELEASE.main)
2
2
3
3
on:
4
4
push:
5
-
branches:
6
-
- main
7
5
tags:
8
6
- v[0-9]+.[0-9]+.[0-9]+
9
-
- "!v[0-9]+.[0-9]+.[0-9]+-**"
10
7
11
8
jobs:
12
9
publish-release-main:
package/.github/workflows/dev.yml
CHANGED
Viewed
@@ -2,8 +2,6 @@ name: NPM Publish (dev)
2
2
3
3
on:
4
4
push:
5
-
branches:
6
-
- dev
7
5
tags:
8
6
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
9
7
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.13-rc.
1
",
4
+
"version": "3.1.13-rc.
2
",
5
5
"description": "Core ESLint flat config factory npm package `linted`.",
6
6
"keywords": [],
7
7
"license": "MIT",