Skip to content

Commit 17b0915

Browse files
chore(deps-dev): bump husky from 5.1.0 to 5.1.2 (#149)
* chore(deps-dev): bump husky from 5.1.0 to 5.1.2 Bumps [husky](https://github.com/typicode/husky) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v5.1.0...v5.1.2) Signed-off-by: dependabot[bot] <[email protected]> * chore(husky): use prepare instead of postinstall Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Grandi <[email protected]>
1 parent 3883e0e commit 17b0915

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --ext .ts src",
1111
"lint:fix": "eslint --ext .ts --fix src",
1212
"changelog": "ts-node scripts/changelog.ts && npm i",
13-
"postinstall": "husky install",
13+
"prepare": "husky install",
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
1616
"repository": {
@@ -45,7 +45,7 @@
4545
"eslint": "^6.8.0",
4646
"eslint-config-prettier": "^6.15.0",
4747
"eslint-plugin-prettier": "^3.3.1",
48-
"husky": "^5.1.0",
48+
"husky": "^5.1.2",
4949
"prettier": "^2.2.1",
5050
"ts-node": "^9.1.1",
5151
"typescript": "^4.2.2",

0 commit comments

Comments
 (0)