add Tests and improve TypeScript organization

This commit is contained in:
Philipp Kunz
2015-11-09 00:58:40 +01:00
parent 5611ad03aa
commit 5444f1d3c0
9 changed files with 611 additions and 290 deletions

View File

@@ -4,7 +4,8 @@
"description": "nodejs wrapper for CLI related tasks",
"main": "index.js",
"scripts": {
"test": "(cd ts/compile && gulp)",
"test": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome --silent)",
"mtest": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
"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)",
@@ -29,7 +30,7 @@
"beautylog": "1.0.2",
"cliff": "^0.1.10",
"inquirer": "^0.11.0",
"smartparam": "0.0.5",
"smartparam": "0.0.7",
"yargs": "^3.29.0"
},
"devDependencies": {