Skip to content

Commit

Permalink
fix: replace postinstall with prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Mar 14, 2022
1 parent 7eae96d commit 50b3a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@popperjs/core",
"version": "2.4.0",
"version": "2.11.4",
"description": "Tooltip and Popover Positioning Engine",
"main": "dist/cjs/popper.js",
"main:umd": "dist/umd/popper.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"build:flow": "flow-copy-source --ignore \"**/*.test.js\" src lib && replace-in-files --string=__DEV__ --replacement=false 'lib/**/*.flow'",
"build:typescript": "rimraf dist/typescript; flow-to-ts \"src/**/*.js\" --write --inline-utility-types; tsc-silent --project .config/tsconfig.json --createSourceFile .config/createSourceFile.js --suppress @; rimraf \"src/**/*.ts\"",
"prepublishOnly": "yarn build && pinst --disable",
"postinstall": "husky install .config/husky",
"prepare": "husky install .config/husky",
"postpublish": "pinst --enable"
},
"prettier": {
Expand Down

0 comments on commit 50b3a43

Please sign in to comment.