From 6c879bd05daca53ab7a1dfff4fe6f4e4d76837bd Mon Sep 17 00:00:00 2001 From: Bruno Trecenti Date: Thu, 15 May 2014 09:52:37 -0300 Subject: [PATCH 1/1] added post install --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7805e17..b28ba62 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "gulp test" + "test": "gulp test", + "postinstall": "bower install" }, "author": "Bruno Trecenti", "repository": { -- 2.39.2