From da527e261ad03d7d0469b2f479b4753286612621 Mon Sep 17 00:00:00 2001 From: tbnovaes Date: Thu, 6 Jul 2017 09:34:41 -0400 Subject: [PATCH] Remove scripts from packages.json The scripts are used for the example app only, when using it as a dependency it is not necessary to have it running automatically. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 31ef86ddb..5c5092a37 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "dist/bootstrap-treeview.min.css" ], "scripts": { - "install": "bower install", - "start": "node app", - "test": "grunt test" }, "engines": { "node": ">= 0.10.0"