From 04eb70f0390803643e4450b429fc38034b74d3d9 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 10 Feb 2015 13:59:19 -0500 Subject: [PATCH] Add back in install script --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9e6a872e4..5c7c338bf 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,6 @@ "homepage" : "http://www.semantic-ui.com", "author" : "Jack Lukic ", "license" : "MIT", - - "scripts": { - - }, "repository": { "type" : "git", "url" : "git://github.com/Semantic-Org/Semantic-UI.git" @@ -61,5 +57,9 @@ "gulp-tap" : "^0.1.3", "karma" : "^0.12.28", "run-sequence" : "^1.0.2" + }, + + "scripts": { + "install": "gulp install" } }