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 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" : " true" ,
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"
65
69
"esdoc-inject-style-plugin" : " 1.0.0" ,
66
70
"esdoc-standard-plugin" : " 1.0.0" ,
67
71
"fixpack" : " 4.0.0" ,
72
+ "husky" : " 6.0.0" ,
68
73
"np" : " 7.5.0" ,
74
+ "pinst" : " 2.1.6" ,
69
75
"power-assert" : " 1.6.1" ,
70
76
"regenerator-runtime" : " 0.13.7" ,
71
77
"xo" : " 0.40.1"
Original file line number Diff line number Diff line change @@ -4128,6 +4128,11 @@ fragment-cache@^0.2.1:
4128
4128
dependencies :
4129
4129
map-cache "^0.2.2"
4130
4130
4131
+ fromentries@^1.3.2 :
4132
+ version "1.3.2"
4133
+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
4134
+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4135
+
4131
4136
fs-extra@1.0.0 :
4132
4137
version "1.0.0"
4133
4138
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -4562,6 +4567,11 @@ human-signals@^2.1.0:
4562
4567
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4563
4568
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4564
4569
4570
+ husky@6.0.0 :
4571
+ version "6.0.0"
4572
+ resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
4573
+ integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
4574
+
4565
4575
ice-cap@0.0.4 :
4566
4576
version "0.0.4"
4567
4577
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6646,6 +6656,13 @@ pify@^4.0.1:
6646
6656
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6647
6657
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6648
6658
6659
+ pinst@2.1.6 :
6660
+ version "2.1.6"
6661
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
6662
+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
6663
+ dependencies :
6664
+ fromentries "^1.3.2"
6665
+
6649
6666
pirates@^4.0.0 :
6650
6667
version "4.0.1"
6651
6668
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments