From 7f403f4163f1980434e49981faaed8ddba56973c Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Sun, 23 Dec 2018 23:11:26 +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, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 659b6a7..0ae2fd4 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "build": "tsc", "watch": "tsc --watch", "prepublish": "tsc", - "test": "mocha lib/test.js", - "install": "tsc" + "test": "mocha lib/test.js" }, "dependencies": { "isomorphic-fetch": "^2.2.1"