From 0c996d1d4957db97a2adc3982bb52bcae4e1c03a Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 1 Feb 2016 20:35:59 +0000 Subject: [PATCH] chore(build): remove typings postinstall command --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d772b1731f09..31191b8bd455 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ }, "keywords": [], "scripts": { - "test": "node tests/runner", - "postinstall": "typings install" + "test": "node tests/runner" }, "repository": { "type": "git", @@ -45,7 +44,8 @@ "resolve": "^1.0.0", "silent-error": "^1.0.0", "symlink-or-copy": "^1.0.1", - "typescript": "~1.7.3" + "typescript": "~1.7.3", + "typings": "^0.6.2" }, "ember-addon": { "paths": [ @@ -62,7 +62,6 @@ "rewire": "^2.3.4", "shelljs": "^0.5.3", "through": "^2.3.8", - "typings": "^0.6.2", "walk-sync": "^0.2.6" } }