We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c391b6 commit c662f86Copy full SHA for c662f86
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "eslint-plugin-strict-dependencies",
3
"description": "ESlint plugin to define custom module dependency rules.",
4
- "version": "1.3.24",
+ "version": "1.3.25",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/knowledge-work/eslint-plugin-strict-dependencies.git"
@@ -36,6 +36,6 @@
36
"scripts": {
37
"test": "jest --coverage",
38
"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"
+ "publish": "git push origin main && git push --tags && npm publish . --access public --registry=https://registry.npmjs.org"
40
}
41
0 commit comments