File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ _
Original file line number Diff line number Diff line change 2727 "build-docs" : " esdoc" ,
2828 "build-gh-pages" : " npm run build-docs" ,
2929 "cover" : " c8 --all --src src --reporter=lcov npm test" ,
30+ "install-hooks" : " husky install" ,
3031 "lint-config" : " fixpack --dryRun" ,
3132 "lint-config-and-fix" : " fixpack || fixpack" ,
33+ "postinstall" : " npm run install-hooks" ,
34+ "postpublish" : " pinst --enable" ,
3235 "prepare" : " npm run build" ,
36+ "prepublishOnly" : " pinst --disable" ,
3337 "release" : " np" ,
3438 "test" : " xo && ava"
3539 },
5458 "esdoc-inject-style-plugin" : " 1.0.0" ,
5559 "esdoc-standard-plugin" : " 1.0.0" ,
5660 "fixpack" : " 4.0.0" ,
61+ "husky" : " 6.0.0" ,
5762 "np" : " 7.4.0" ,
63+ "pinst" : " 2.1.6" ,
5864 "power-assert" : " 1.6.1" ,
5965 "regenerator-runtime" : " 0.13.7" ,
6066 "xo" : " 0.36.1"
Original file line number Diff line number Diff line change @@ -4146,6 +4146,11 @@ fragment-cache@^0.2.1:
41464146 dependencies :
41474147 map-cache "^0.2.2"
41484148
4149+ fromentries@^1.3.2 :
4150+ version "1.3.2"
4151+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
4152+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4153+
4149415441504155 version "1.0.0"
41514156 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -4584,6 +4589,11 @@ human-signals@^2.1.0:
45844589 resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
45854590 integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
45864591
4592+ 4593+ version "6.0.0"
4594+ resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
4595+ integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
4596+
4587459745884598 version "0.0.4"
45894599 resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6671,6 +6681,13 @@ pify@^4.0.1:
66716681 resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
66726682 integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
66736683
6684+ 6685+ version "2.1.6"
6686+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
6687+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
6688+ dependencies :
6689+ fromentries "^1.3.2"
6690+
66746691pirates@^4.0.0 :
66756692 version "4.0.1"
66766693 resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments