From 7ac30eb3f7479786fe91983d42fe3dcce2b7b816 Mon Sep 17 00:00:00 2001 From: Dominic Watson Date: Mon, 20 Nov 2017 20:40:07 +0100 Subject: [PATCH] Add npm5 git support --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d1c831eb..0cc01020 100644 --- a/package.json +++ b/package.json @@ -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",