eslint-plugin-strict-dependencies 1.3.25 → 1.3.26

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-plugin-strict-dependencies",
3
3
  "description": "ESlint plugin to define custom module dependency rules.",
4
- "version": "1.3.25",
4
+ "version": "1.3.26",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/knowledge-work/eslint-plugin-strict-dependencies.git"
@@ -36,6 +36,6 @@
36
36
  "scripts": {
37
37
  "test": "jest --coverage",
38
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"
39
+ "publish": "git push origin main && git push --tags && npm publish . --access public --registry=https://registry.npmjs.org"
40
40
  }
41
41
  }