This commit is contained in:
2016-01-14 20:08:46 +01:00
parent 39b7fe99c7
commit 5266fcd3df
6 changed files with 10 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
},
"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/ && npm update && npm test)"
},
"repository": {