aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoris2016-03-11 23:21:06 +0100
committerJoris2016-03-11 23:21:06 +0100
commit9d57e149fcb124a28813c56f83cf254eb92baa42 (patch)
treeb796c4fdc738006c07e65e01f4845adafe064d2a /package.json
parent709d1cf587e92508ef73bca8e847cfa510c03069 (diff)
downloadbudget-9d57e149fcb124a28813c56f83cf254eb92baa42.tar.gz
budget-9d57e149fcb124a28813c56f83cf254eb92baa42.tar.bz2
budget-9d57e149fcb124a28813c56f83cf254eb92baa42.zip
Don't use persona anymore, use email token to sign in
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 618dc36..23a7b15 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"build-js": "cp src/client/js/main.js public/javascripts/main.js && echo 'javascript pasted.'",
"build-and-launch-server": "npm run build-server && npm run kill-server && npm run launch-server",
- "launch-server": "./dist/build/SharedCost/SharedCost &",
- "kill-server": "pkill SharedCost || true"
+ "launch-server": "./dist/build/sharedCost/sharedCost &",
+ "kill-server": "pkill sharedCost || true"
}
}