From 1e6d69f6cc70ad8027205562ee73c8252794d30c Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 18 Apr 2016 15:19:30 +0100 Subject: [PATCH] Remove bower from post install --- demo-shell-ng2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 41c5c3ced0..1659cdbd1e 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -8,7 +8,7 @@ "tsc:w": "tsc -w", "lite": "lite-server", "typings": "typings", - "postinstall": "bower install && typings install" + "postinstall": "typings install" }, "license": "ISC", "dependencies": {