Skip to content

Commit c5d057e

Browse files
authored
husky@5 (#464)
1 parent 3efb375 commit c5d057e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"format": "prettier --write .",
1616
"format:check": "prettier --check .",
1717
"lint": "eslint --ignore-path .gitignore lib",
18+
"postinstall": "husky install",
19+
"prepublishOnly": "pinst --disable",
20+
"postpublish": "pinst --enable",
1821
"prepare": "babel lib -d build --copy-files",
1922
"test": "jest"
2023
},
@@ -65,12 +68,13 @@
6568
"eslint-plugin-jest": "24.1.3",
6669
"flat": "5.0.2",
6770
"fs-monkey": "1.0.1",
68-
"husky": "4.3.5",
71+
"husky": "5.0.6",
6972
"jest": "26.6.3",
7073
"jest-extended": "0.11.5",
7174
"lint-staged": "10.5.3",
7275
"memfs": "3.2.0",
7376
"mock-stdin": "1.0.0",
77+
"pinst": "2.1.1",
7478
"prettier": "2.2.1",
7579
"unionfs": "4.4.0",
7680
"waait": "1.0.5"

0 commit comments

Comments
 (0)