We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efb375 commit c5d057eCopy full SHA for c5d057e
1 file changed
package.json
@@ -15,6 +15,9 @@
15
"format": "prettier --write .",
16
"format:check": "prettier --check .",
17
"lint": "eslint --ignore-path .gitignore lib",
18
+ "postinstall": "husky install",
19
+ "prepublishOnly": "pinst --disable",
20
+ "postpublish": "pinst --enable",
21
"prepare": "babel lib -d build --copy-files",
22
"test": "jest"
23
},
@@ -65,12 +68,13 @@
65
68
"eslint-plugin-jest": "24.1.3",
66
69
"flat": "5.0.2",
67
70
"fs-monkey": "1.0.1",
- "husky": "4.3.5",
71
+ "husky": "5.0.6",
72
"jest": "26.6.3",
73
"jest-extended": "0.11.5",
74
"lint-staged": "10.5.3",
75
"memfs": "3.2.0",
76
"mock-stdin": "1.0.0",
77
+ "pinst": "2.1.1",
78
"prettier": "2.2.1",
79
"unionfs": "4.4.0",
80
"waait": "1.0.5"
0 commit comments