Skip to content

Commit

Permalink
Merge pull request #31 from Program-AR/npmInstall
Browse files Browse the repository at this point in the history
Fixing npm install
  • Loading branch information
danielferro69 authored Apr 14, 2023
2 parents fcdf4ea + bee2c33 commit 6c7eaa9
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 6c7eaa9

Please sign in to comment.