secure-husky-setup 1.0.1 → 1.0.3

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "secure-husky-setup",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Automatic Husky + Gitleaks setup for any JS project",
5
5
  "main": "bin/index.js",
6
6
  "bin": {
@@ -24,5 +24,8 @@
24
24
  "execa": "^5.1.1",
25
25
  "fs-extra": "^11.3.3",
26
26
  "sonarqube-scanner": "^4.0.0"
27
+ },
28
+ "scripts": {
29
+ "postinstall": "node bin/index.js init"
27
30
  }
28
31
  }