Skip to content

Commit

Permalink
Merge pull request #202 from intellix/npm5-git-support
Browse files Browse the repository at this point in the history
Add npm5 git support
  • Loading branch information
RobinBuschmann committed Nov 20, 2017
2 parents 46ae4ca + 7ac30eb commit 67d720a
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 @@ -15,7 +15,8 @@
"exec-tests": "mocha",
"test": "npm run test-v4 && npm run test-v3",
"cover": "npm run cover-v4 && npm run cover-v3",
"lint": "tslint ."
"lint": "tslint .",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 67d720a

Please sign in to comment.