@typeform/eslint-config 7.1.0-beta.8 → 7.1.0-beta.9
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typeform/eslint-config",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.9",
|
|
4
4
|
"description": "ESLint configuration for Typeform front-end projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
[
|
|
96
96
|
"@semantic-release/exec",
|
|
97
97
|
{
|
|
98
|
-
"publishCmd": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"
|
|
98
|
+
"publishCmd": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"<%= envCi.GH_TOKEN %>\" && npm publish --tag ${nextRelease.channel || 'latest'}"
|
|
99
99
|
}
|
|
100
100
|
]
|
|
101
101
|
]
|
|
Binary file
|