Skip to content

Commit

Permalink
Make it possible to install from Git
Browse files Browse the repository at this point in the history
Closes #133
  • Loading branch information
sindresorhus committed Mar 30, 2021
1 parent 8c7325a commit 1ed5b4c
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 @@ -14,7 +14,7 @@
"build": "del dist && tsc",
"test": "xo && npm run build && nyc ava",
"bench": "node --loader=ts-node/esm bench.ts",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit 1ed5b4c

Please sign in to comment.