Skip to content

Commit c662f86

Browse files
committed
fix version
1 parent 7c391b6 commit c662f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-strict-dependencies",
33
"description": "ESlint plugin to define custom module dependency rules.",
4-
"version": "1.3.24",
4+
"version": "1.3.25",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/knowledge-work/eslint-plugin-strict-dependencies.git"
@@ -36,6 +36,6 @@
3636
"scripts": {
3737
"test": "jest --coverage",
3838
"preversion": "echo \"Run check for version $npm_package_version\" && yarn run test",
39-
"publish": "npm publish . --access public --registry=https://registry.npmjs.org && git push origin main && git push --tags"
39+
"publish": "git push origin main && git push --tags && npm publish . --access public --registry=https://registry.npmjs.org"
4040
}
4141
}

0 commit comments

Comments
 (0)