From 744ca66a1ce355dffe835a3378303f41ec8075cb Mon Sep 17 00:00:00 2001
From: Tankred Hase <tankred@whiteout.io>
Date: Wed, 13 Nov 2013 11:55:46 +0100
Subject: [PATCH] change npm scripts

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index b745dab..fbdda45 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
     },
     "scripts": {
         "postinstall": "grunt dist-npm",
-        "test": "grunt test && grunt dist",
-        "start": "grunt dist && grunt dev"
+        "test": "grunt test && grunt",
+        "start": "grunt && grunt dev"
     },
     "dependencies": {
         "crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",