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 35
35
"build-docs" : " esdoc" ,
36
36
"build-gh-pages" : " npm run build-docs" ,
37
37
"cover" : " c8 --all --src src --reporter=lcov npm test" ,
38
+ "install-hooks" : " husky install" ,
38
39
"lint-config" : " fixpack --dryRun" ,
39
40
"lint-config-and-fix" : " fixpack || fixpack" ,
41
+ "postinstall" : " npm run install-hooks" ,
42
+ "postpublish" : " pinst --enable" ,
40
43
"prepare" : " npm run build" ,
44
+ "prepublishOnly" : " pinst --disable" ,
41
45
"release" : " np" ,
42
46
"test" : " ava"
43
47
},
59
63
"esdoc-inject-style-plugin" : " 1.0.0" ,
60
64
"esdoc-standard-plugin" : " 1.0.0" ,
61
65
"fixpack" : " 4.0.0" ,
66
+ "husky" : " 8.0.1" ,
62
67
"np" : " 7.4.0" ,
68
+ "pinst" : " 3.0.0" ,
63
69
"power-assert" : " 1.6.1" ,
64
70
"regenerator-runtime" : " 0.13.10" ,
65
71
"xo" : " 0.52.4"
Original file line number Diff line number Diff line change @@ -4097,6 +4097,11 @@ human-signals@^2.1.0:
4097
4097
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4098
4098
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4099
4099
4100
+
4101
+ version "8.0.1"
4102
+ resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
4103
+ integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
4104
+
4100
4105
4101
4106
version "0.0.4"
4102
4107
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6114,6 +6119,11 @@ pify@^4.0.1:
6114
6119
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6115
6120
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6116
6121
6122
+
6123
+ version "3.0.0"
6124
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-3.0.0.tgz#80dec0a85f1f993c6084172020f3dbf512897eec"
6125
+ integrity sha512-cengSmBxtCyaJqtRSvJorIIZXMXg+lJ3sIljGmtBGUVonMnMsVJbnzl6jGN1HkOWwxNuJynCJ2hXxxqCQrFDdw==
6126
+
6117
6127
pirates@^4.0.0 :
6118
6128
version "4.0.5"
6119
6129
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
You can’t perform that action at this time.
0 commit comments