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"
58
62
"esdoc-inject-style-plugin" : " 1.0.0" ,
59
63
"esdoc-standard-plugin" : " 1.0.0" ,
60
64
"fixpack" : " 4.0.0" ,
65
+ "husky" : " 5.1.3" ,
61
66
"np" : " 7.4.0" ,
67
+ "pinst" : " 2.1.6" ,
62
68
"power-assert" : " 1.6.1" ,
63
69
"regenerator-runtime" : " 0.13.7"
64
70
},
Original file line number Diff line number Diff line change @@ -3227,6 +3227,11 @@ fragment-cache@^0.2.1:
3227
3227
dependencies :
3228
3228
map-cache "^0.2.2"
3229
3229
3230
+ fromentries@^1.3.2 :
3231
+ version "1.3.2"
3232
+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
3233
+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
3234
+
3230
3235
3231
3236
version "1.0.0"
3232
3237
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
@@ -3574,6 +3579,11 @@ human-signals@^2.1.0:
3574
3579
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
3575
3580
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
3576
3581
3582
+
3583
+ version "5.1.3"
3584
+ resolved "https://registry.yarnpkg.com/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d"
3585
+ integrity sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==
3586
+
3577
3587
3578
3588
version "0.0.4"
3579
3589
resolved "https://registry.yarnpkg.com/ice-cap/-/ice-cap-0.0.4.tgz#8a6d31ab4cac8d4b56de4fa946df3352561b6e18"
@@ -5276,6 +5286,13 @@ pify@^4.0.1:
5276
5286
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
5277
5287
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
5278
5288
5289
+
5290
+ version "2.1.6"
5291
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
5292
+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
5293
+ dependencies :
5294
+ fromentries "^1.3.2"
5295
+
5279
5296
pirates@^4.0.0 :
5280
5297
version "4.0.1"
5281
5298
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments