File tree 3 files changed +24
-0
lines changed
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 33
33
"build-gh-pages" : " npm run build-docs" ,
34
34
"cover" : " c8 --all --src src --reporter=lcov npm test" ,
35
35
"dev" : " npm run lint -- --fix && npm run cover -- -- -st --fail-fast" ,
36
+ "install-hooks" : " husky install" ,
36
37
"lint" : " true" ,
37
38
"lint-config" : " fixpack --dryRun" ,
38
39
"lint-config-and-fix" : " fixpack || fixpack" ,
40
+ "postinstall" : " npm run install-hooks" ,
41
+ "postpublish" : " pinst --enable" ,
39
42
"prepare" : " npm run build" ,
43
+ "prepublishOnly" : " pinst --disable" ,
40
44
"release" : " np" ,
41
45
"test" : " ava" ,
42
46
"travis" : " npm run lint && npm run cover"
64
68
"esdoc-inject-style-plugin" : " 1.0.0" ,
65
69
"esdoc-standard-plugin" : " 1.0.0" ,
66
70
"fixpack" : " 4.0.0" ,
71
+ "husky" : " 6.0.0" ,
67
72
"np" : " 7.4.0" ,
73
+ "pinst" : " 2.1.6" ,
68
74
"power-assert" : " 1.6.1" ,
69
75
"regenerator-runtime" : " 0.13.7" ,
70
76
"xo" : " 0.38.2"
Original file line number Diff line number Diff line change @@ -4245,6 +4245,11 @@ fragment-cache@^0.2.1:
4245
4245
dependencies :
4246
4246
map-cache "^0.2.2"
4247
4247
4248
+ fromentries@^1.3.2 :
4249
+ version "1.3.2"
4250
+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
4251
+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
4252
+
4248
4253
4249
4254
version "1.0.0"
4250
4255
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -4719,6 +4724,11 @@ human-signals@^2.1.0:
4719
4724
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4720
4725
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4721
4726
4727
+
4728
+ version "6.0.0"
4729
+ resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
4730
+ integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
4731
+
4722
4732
4723
4733
version "0.0.4"
4724
4734
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -6856,6 +6866,13 @@ pify@^4.0.1:
6856
6866
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
6857
6867
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
6858
6868
6869
+
6870
+ version "2.1.6"
6871
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
6872
+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
6873
+ dependencies :
6874
+ fromentries "^1.3.2"
6875
+
6859
6876
pirates@^4.0.0 :
6860
6877
version "4.0.1"
6861
6878
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments