Skip to content

Commit

Permalink
fix: remove preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 13, 2020
1 parent 7cbc4fa commit 1d3bedd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"lint:eslint:fix": "eslint --fix --ext .js,.ts",
"lint:prettier": "prettier --check \"{,!(node_modules|template)/**/}*.{js,ts}\"",
"lint:prettier:fix": "prettier --write \"{,!(node_modules|template)/**/}*.{js,ts}\"",
"release": "shipjs prepare",
"preinstall": "npx npm-force-resolutions"
"release": "shipjs prepare"
},
"dependencies": {
"cac": "^6.6.1",
Expand All @@ -50,9 +49,6 @@
"prettier": "^2.0.5",
"shipjs": "^0.21.0"
},
"resolutions": {
"dot-prop": "^5.2.0"
},
"engines": {
"node": ">=12.18.2"
}
Expand Down

0 comments on commit 1d3bedd

Please sign in to comment.