Skip to content

Commit a642b2d

Browse files
authored
chore: update npm publish tag name
1 parent 85f9b79 commit a642b2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "3.10.0",
44
"type": "module",
55
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
6-
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",
6+
"repository": "https://github.com/import-js/eslint-import-resolver-typescript",
77
"author": "Alex Gorbatchev <[email protected]>",
88
"contributors": [
9-
"JounQin (https://www.1stG.me) <[email protected]>"
9+
"JounQin <[email protected]> (https://www.1stG.me)"
1010
],
11-
"funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts",
11+
"funding": "https://opencollective.com/eslint-import-resolver-typescript",
1212
"license": "ISC",
1313
"packageManager": "[email protected]",
1414
"engines": {
@@ -50,7 +50,7 @@
5050
"lint:es": "eslint . --cache",
5151
"lint:tsc": "tsc --noEmit",
5252
"prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0",
53-
"release": "clean-pkg-json && changeset publish --tag v3.x",
53+
"release": "clean-pkg-json && changeset publish --tag release-v3",
5454
"test": "run-p 'test:*'",
5555
"test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"",
5656
"test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"",

0 commit comments

Comments
 (0)