Skip to content

Commit 63a1084

Browse files
author
Joeri van Oostveen
committed
(chore) Updated Mocha
1 parent d277e96 commit 63a1084

File tree

2 files changed

+143
-24
lines changed

2 files changed

+143
-24
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"clean": "ts-node --transpile-only src/index clean",
2020
"coverage-show": "open-cli build/coverage/index.html",
2121
"ci": "ts-node --transpile-only src/index ci --no-format",
22-
"lint": "eslint"
22+
"lint": "eslint",
23+
"postinstall": "husky"
2324
},
2425
"author": "johan@johangorter.com",
2526
"license": "MIT",
@@ -96,7 +97,7 @@
9697
"husky": "^9.1.7",
9798
"import-sort-style-module": "^6.0.0",
9899
"inquirer": "^7.3.3",
99-
"mocha": "^10.8.2",
100+
"mocha": "^11.1.0",
100101
"nyc": "^17.1.0",
101102
"open-cli": "^8.0.0",
102103
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)