Skip to content

Commit

Permalink
fixing npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezalvas committed Apr 14, 2023
1 parent fcdf4ea commit bee2c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"release:patch": "npm version patch",
"release:minor": "npm version minor",
"release:major": "npm version major",
"prepublishOnly": "npm run build && release patch"
"prepublishOnly": "npm run build && release patch",
"preinstall": "git config url.https://github.com/.insteadOf git://github.com/"
},
"dependencies": {
"pilasweb": "^0.5.0"
Expand Down

0 comments on commit bee2c33

Please sign in to comment.