File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change 32
32
"build-gh-pages" : " npm run build-docs" ,
33
33
"cover" : " c8 --all --src src --reporter=lcov npm test" ,
34
34
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
35
+ "install-hooks" : " husky install" ,
35
36
"lint" : " xo" ,
36
37
"lint-config" : " fixpack --dryRun" ,
37
38
"lint-config-and-fix" : " fixpack || fixpack" ,
39
+ "postinstall" : " npm run install-hooks" ,
40
+ "postpublish" : " pinst --enable" ,
38
41
"prepare" : " npm run build" ,
42
+ "prepublishOnly" : " pinst --disable" ,
39
43
"release" : " np" ,
40
44
"test" : " ava" ,
41
45
"travis" : " npm run lint && npm run cover"
70
74
"esdoc-inject-style-plugin" : " 1.0.0" ,
71
75
"esdoc-standard-plugin" : " 1.0.0" ,
72
76
"fixpack" : " 4.0.0" ,
77
+ "husky" : " 8.0.1" ,
73
78
"np" : " 7.6.2" ,
79
+ "pinst" : " 3.0.0" ,
74
80
"power-assert" : " 1.6.1" ,
75
81
"regenerator-runtime" : " 0.13.10" ,
76
82
"xo" : " 0.52.4"
Original file line number Diff line number Diff line change @@ -4011,6 +4011,11 @@ human-signals@^2.1.0:
4011
4011
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4012
4012
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4013
4013
4014
+
4015
+ version "8.0.1"
4016
+ resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
4017
+ integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
4018
+
4014
4019
4015
4020
version "0.0.4"
4016
4021
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -5817,6 +5822,11 @@ pify@^4.0.1:
5817
5822
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
5818
5823
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
5819
5824
5825
+
5826
+ version "3.0.0"
5827
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-3.0.0.tgz#80dec0a85f1f993c6084172020f3dbf512897eec"
5828
+ integrity sha512-cengSmBxtCyaJqtRSvJorIIZXMXg+lJ3sIljGmtBGUVonMnMsVJbnzl6jGN1HkOWwxNuJynCJ2hXxxqCQrFDdw==
5829
+
5820
5830
pirates@^4.0.5 :
5821
5831
version "4.0.5"
5822
5832
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
You can’t perform that action at this time.
0 commit comments