File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 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 30
30
"build-gh-pages" : " npm run build-docs" ,
31
31
"cover" : " c8 --all --src src --reporter=lcov npm test" ,
32
32
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
33
+ "install-hooks" : " husky install" ,
33
34
"lint" : " xo" ,
34
35
"lint-config" : " fixpack --dryRun" ,
35
36
"lint-config-and-fix" : " fixpack || fixpack" ,
37
+ "postinstall" : " npm run install-hooks" ,
38
+ "postpublish" : " pinst --enable" ,
36
39
"prepare" : " npm run build" ,
40
+ "prepublishOnly" : " pinst --disable" ,
37
41
"release" : " np" ,
38
42
"test" : " ava" ,
39
43
"travis" : " npm run lint && npm run cover"
60
64
"esdoc-inject-style-plugin" : " 1.0.0" ,
61
65
"esdoc-standard-plugin" : " 1.0.0" ,
62
66
"fixpack" : " 4.0.0" ,
67
+ "husky" : " 8.0.1" ,
63
68
"np" : " 7.4.0" ,
69
+ "pinst" : " 3.0.0" ,
64
70
"power-assert" : " 1.6.1" ,
65
71
"regenerator-runtime" : " 0.13.7" ,
66
72
"xo" : " 0.36.1"
Original file line number Diff line number Diff line change @@ -4611,6 +4611,11 @@ human-signals@^2.1.0:
4611
4611
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4612
4612
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4613
4613
4614
+
4615
+ version "8.0.1"
4616
+ resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
4617
+ integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
4618
+
4614
4619
4615
4620
version "0.0.4"
4616
4621
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6703,6 +6708,11 @@ pify@^4.0.1:
6703
6708
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6704
6709
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6705
6710
6711
+
6712
+ version "3.0.0"
6713
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-3.0.0.tgz#80dec0a85f1f993c6084172020f3dbf512897eec"
6714
+ integrity sha512-cengSmBxtCyaJqtRSvJorIIZXMXg+lJ3sIljGmtBGUVonMnMsVJbnzl6jGN1HkOWwxNuJynCJ2hXxxqCQrFDdw==
6715
+
6706
6716
pirates@^4.0.0 :
6707
6717
version "4.0.1"
6708
6718
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments