improved return objects

This commit is contained in:
Phil Kunz
2015-10-14 20:59:01 +02:00
parent fd7352533f
commit 09152c8f5f
6 changed files with 99 additions and 39 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "(cd ts/compile && gulp)",
"devTest": "(npm test) && (node test.js --test true)",
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"