Skip to content

Commit 560dbd0

Browse files
committed
Switch back to Husky v4 for simplicity
1 parent 793faad commit 560dbd0

4 files changed

Lines changed: 166 additions & 12 deletions

File tree

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 164 additions & 4 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"pretest": "npm run lint",
2929
"start": "webpack-dev-server --config ./webpack.config.js --mode development --open",
3030
"test": "rollup -c ./rollup.test.config.js | tape-run --render='tap-spec'",
31-
"watch": "rollup -cw",
32-
"prepare": "husky install"
31+
"watch": "rollup -cw"
3332
},
3433
"dependencies": {
3534
"@flekschas/utils": "^0.27.0",
@@ -76,7 +75,7 @@
7675
"gh-pages": "^3.1.0",
7776
"gl": "^4.5.0",
7877
"html-webpack-plugin": "^4.3.0",
79-
"husky": "^5.1.3",
78+
"husky": "^4.3.8",
8079
"lint-staged": "^10.5.4",
8180
"merge": ">=1.2.1",
8281
"prettier": "^2.2.1",

0 commit comments

Comments
 (0)