Skip to content

Commit 67d720a

Browse files
Merge pull request #202 from intellix/npm5-git-support
Add npm5 git support
2 parents 46ae4ca + 7ac30eb commit 67d720a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"exec-tests": "mocha",
1616
"test": "npm run test-v4 && npm run test-v3",
1717
"cover": "npm run cover-v4 && npm run cover-v3",
18-
"lint": "tslint ."
18+
"lint": "tslint .",
19+
"prepare": "npm run build"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)