improve logging

This commit is contained in:
2016-01-18 19:11:42 +01:00
parent 870d24701c
commit ef64874411
12 changed files with 2388 additions and 12 deletions

View File

@@ -9,8 +9,8 @@
},
"scripts": {
"test": "(cd compile && node compile.js)",
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)",
"testm": "(cd test/ && node ../index.js)"
"testm": "(npm test) && (cd test/ && node ../index.js)",
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)"
},
"repository": {
"type": "git",