Skip to content

Commit 734b3a8

Browse files
🤖 config(git-hooks): Setup husky.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/husky:configure.js Please contact the author of the transform if you believe there was an error.
1 parent db445a5 commit 734b3a8

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@
3434
"build-gh-pages": "npm run build-docs",
3535
"cover": "c8 --all --src src --reporter=lcov npm test",
3636
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
37+
"install-hooks": "husky install",
3738
"lint": "xo",
3839
"lint-config": "fixpack --dryRun",
3940
"lint-config-and-fix": "fixpack || fixpack",
41+
"postinstall": "npm run install-hooks",
42+
"postpublish": "pinst --enable",
4043
"prepare": "npm run build",
44+
"prepublishOnly": "pinst --disable",
4145
"release": "np",
4246
"test": "ava",
4347
"travis": "npm run lint && npm run cover"
@@ -65,8 +69,10 @@
6569
"esdoc-standard-plugin": "1.0.0",
6670
"fingertree": "0.1.7",
6771
"fixpack": "4.0.0",
72+
"husky": "5.2.0",
6873
"microtime": "3.0.0",
6974
"np": "7.4.0",
75+
"pinst": "2.1.6",
7076
"power-assert": "1.6.1",
7177
"regenerator-runtime": "0.13.7",
7278
"xo": "0.38.2"

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,6 +3917,11 @@ fragment-cache@^0.2.1:
39173917
dependencies:
39183918
map-cache "^0.2.2"
39193919

3920+
fromentries@^1.3.2:
3921+
version "1.3.2"
3922+
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
3923+
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
3924+
39203925
39213926
version "1.0.0"
39223927
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -4372,6 +4377,11 @@ human-signals@^2.1.0:
43724377
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
43734378
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
43744379

4380+
4381+
version "5.2.0"
4382+
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
4383+
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
4384+
43754385
43764386
version "0.0.4"
43774387
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6492,6 +6502,13 @@ pify@^4.0.1:
64926502
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
64936503
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
64946504

6505+
6506+
version "2.1.6"
6507+
resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
6508+
integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
6509+
dependencies:
6510+
fromentries "^1.3.2"
6511+
64956512
pirates@^4.0.0:
64966513
version "4.0.1"
64976514
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"

0 commit comments

Comments
 (0)