From e5f0efaf885be1e229ceadec8feed16c15a2411e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 2 Jan 2017 16:17:48 +0300 Subject: [PATCH] Remove typings install --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9bbc7666..0415f6b7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "lint": "tslint src/**/*.ts", "test": "tsc --skipLibCheck && karma start", "prepublish": "tsc --skipLibCheck", - "postinstall": "typings install", "tsc": "tsc --skipLibCheck", "typings": "typings" },