We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277e96 commit 63a1084Copy full SHA for 63a1084
package.json
@@ -19,7 +19,8 @@
19
"clean": "ts-node --transpile-only src/index clean",
20
"coverage-show": "open-cli build/coverage/index.html",
21
"ci": "ts-node --transpile-only src/index ci --no-format",
22
- "lint": "eslint"
+ "lint": "eslint",
23
+ "postinstall": "husky"
24
},
25
"author": "johan@johangorter.com",
26
"license": "MIT",
@@ -96,7 +97,7 @@
96
97
"husky": "^9.1.7",
98
"import-sort-style-module": "^6.0.0",
99
"inquirer": "^7.3.3",
- "mocha": "^10.8.2",
100
+ "mocha": "^11.1.0",
101
"nyc": "^17.1.0",
102
"open-cli": "^8.0.0",
103
"prettier": "^3.5.3",
0 commit comments