repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 2e74d540552748fa6cc908d486dea5aeb915db40:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 2e74d540552748fa6cc908d486dea5aeb915db40
Author: James Baicoianu 
Date:   Sun May 29 15:44:53 2016 -0700

    Fix json error

diff --git a/package.json b/package.json
index 8f9e797f33daab911ca3c90955e41310c3c8e612..
index ..b03e92b3a6ca8ea972e353bb1b61585d086513da 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,8 @@
   "license": "MIT",
   "scripts": {
     "postinstall": "./utils/init.sh",
-    "build": "./utils/build.sh"
-    "test": "./node_modules/.bin/karma start tests/karma.conf.js --single-run "
+    "build": "./utils/build.sh",
+    "test": "./node_modules/.bin/karma start tests/karma.conf.js --single-run"
   },

   'devDependencies': {

-----END OF PAGE-----