Skip to content

Commit

Permalink
fix: allow installing via git (not-an-aardvark#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis authored Jul 24, 2021
1 parent 488d318 commit 99a52c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "dist/snoowrap.d.ts",
"scripts": {
"prepublishOnly": "npm run compile",
"prepare": "npm run compile",
"compile": "npm run type-check && npm run build:babel && npm run build:types && node ./scripts/copyTSTypes.js",
"lint": "eslint --ignore-path .gitignore . --cache",
"test": "npm run lint && npm run test:mocha",
Expand Down

0 comments on commit 99a52c0

Please sign in to comment.