repo: janusweb action: commit revision: path_from: revision_from: 2e74d540552748fa6cc908d486dea5aeb915db40: path_to: revision_to:
commit 2e74d540552748fa6cc908d486dea5aeb915db40 Author: James BaicoianuDate: Sun May 29 15:44:53 2016 -0700 Fix json error diff --git a/package.json b/package.json
--- 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-----