From ad8e7273cce5f154ea8935dd4b02062ed336a07a Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Tue, 14 Jan 2014 21:09:54 +0200 Subject: [PATCH] add prepublish and start scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f714186..24a0a24 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "0.0.0", "description": "Project template for gulp.js", "main": "gulpfile.js", - "scripts": {}, + "scripts": { + "prepublish": "./node_modules/.bin/bower install", + "start": "./node_modules/.bin/gulp" + }, "keywords": [ "gulp", "template"