From 8ad5cfe2af3e662f2e3659f64be693d9942d692c Mon Sep 17 00:00:00 2001 From: ABNER SILVA DE OLIVEIRA Date: Mon, 21 Mar 2016 17:09:31 -0300 Subject: [PATCH] removed bower install from postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 378cda9..dd9d42a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test-and-coverage": "karma start & npm run remap-coverage", "test": "webpack -w --test", "jenkins": "webpack && npm run coverage", - "postinstall": "npm install -g bower; bower install; typings install; npm run fix-jqlite; cd dev-scripts; typings install", + "postinstall": "bower install; typings install; cd dev-scripts; typings install; cd ../; npm run fix-jqlite", "start": "concurrently \"webpack -w\" \"gulp serve\"", "generate-indexes": "ts-node --project ./dev-scripts ./dev-scripts/generate-index-modules.ts", "fix-jqlite": "ts-node --project ./dev-scripts dev-scripts/fix-jqlite.ts" -- libgit2 0.21.2