auto-cr-rules 2.0.52 → 2.0.53

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-cr-rules",
3
- "version": "2.0.52",
3
+ "version": "2.0.53",
4
4
  "description": "Extensible static analysis rule set for the auto-cr automated code review toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -13,8 +13,7 @@
13
13
  "postbuild": "node ../../scripts/readme-sync.mjs copy auto-cr-rules",
14
14
  "postbuild:force": "node ../../scripts/readme-sync.mjs copy auto-cr-rules",
15
15
  "prepublishOnly": "pnpm run build",
16
- "release": "pnpm run build && npm publish --access public",
17
- "postrelease": "node ../../scripts/readme-sync.mjs delayed-clean auto-cr-rules"
16
+ "release": "pnpm run build && npm publish --access public"
18
17
  },
19
18
  "keywords": [
20
19
  "auto-cr",