From b9e2da96e7c165693380f642ec2e374def5300de Mon Sep 17 00:00:00 2001 From: Young Kim Date: Fri, 21 Mar 2014 13:56:07 -0700 Subject: [PATCH] Added compile step to install --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ba8a22..ce1d537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dvl", - "version": "1.5.0", + "version": "1.5.1", "description": "A framework for building highly interactive user interfaces and data visualizations dynamically with JavaScript.", "keywords": [ "dom", @@ -32,6 +32,7 @@ "coffee-script": "1.6.3" }, "scripts": { - "test": "./test-run" + "test": "./test-run", + "install": "./compile" } }