Skip to content

Commit

Permalink
Support installing Got with Git
Browse files Browse the repository at this point in the history
Fixes #749
  • Loading branch information
sindresorhus committed Sep 8, 2019
1 parent b15ce1d commit c593428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "xo && nyc ava",
"release": "np",
"build": "del-cli dist && tsc",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit c593428

Please sign in to comment.