File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-popper-tooltip" ,
3
- "version" : " 4.1.1 " ,
3
+ "version" : " 4.1.2 " ,
4
4
"description" : " React tooltip library built around react-popper" ,
5
5
"author" :
" Mohsin Ul Haq <[email protected] >" ,
6
6
"license" : " MIT" ,
36
36
"test" : " jest tests/" ,
37
37
"storybook" : " start-storybook -p 6006" ,
38
38
"build-storybook" : " build-storybook" ,
39
- "postinstall" : " husky install"
39
+ "postinstall" : " husky install" ,
40
+ "prepublishOnly" : " pinst --disable" ,
41
+ "postpublish" : " pinst --enable"
40
42
},
41
43
"jest" : {
42
44
"modulePathIgnorePatterns" : [
88
90
"husky" : " ^5.1.1" ,
89
91
"jest" : " ^26.6.3" ,
90
92
"lint-staged" : " ^10.5.4" ,
93
+ "pinst" : " ^2.1.6" ,
91
94
"prettier" : " ^2.2.1" ,
92
95
"react" : " ^17.0.1" ,
93
96
"react-dom" : " ^17.0.1" ,
Original file line number Diff line number Diff line change @@ -5765,6 +5765,11 @@ from2@^2.1.0:
5765
5765
inherits "^2.0.1"
5766
5766
readable-stream "^2.0.0"
5767
5767
5768
+ fromentries@^1.3.2:
5769
+ version "1.3.2"
5770
+ resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
5771
+ integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
5772
+
5768
5773
fs-extra@^0.30.0:
5769
5774
version "0.30.0"
5770
5775
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -8875,6 +8880,13 @@ pify@^4.0.1:
8875
8880
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
8876
8881
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
8877
8882
8883
+ pinst@^2.1.6:
8884
+ version "2.1.6"
8885
+ resolved "https://registry.yarnpkg.com/pinst/-/pinst-2.1.6.tgz#8d968b8ec1dac5dddcfc976c735592dbec58b42c"
8886
+ integrity sha512-B4dYmf6nEXg1NpDSB+orYWvKa5Kfmz5KzWC29U59dpVM4S/+xp0ak/JMEsw04UQTNNKps7klu0BUalr343Gt9g==
8887
+ dependencies:
8888
+ fromentries "^1.3.2"
8889
+
8878
8890
pirates@^4.0.0, pirates@^4.0.1:
8879
8891
version "4.0.1"
8880
8892
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
You can’t perform that action at this time.
0 commit comments