Skip to content

Commit

Permalink
Add npm5 git support
Browse files Browse the repository at this point in the history
  • Loading branch information
intellix committed Nov 20, 2017
1 parent 46ae4ca commit 7ac30eb
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 7ac30eb

Please sign in to comment.