From f11334f814d2d9cc6d9b2937562ec2a0b3087a2d Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Sun, 23 Dec 2018 22:55:38 +0000 Subject: [PATCH] =?UTF-8?q?'package.json'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eda2628..1c6a641 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "tsc", "watch": "tsc --watch", "prepublish": "tsc", - "test": "mocha lib/test.js" + "test": "mocha lib/test.js", + "install": "tsc" }, "dependencies": { "isomorphic-fetch": "^2.2.1"