Add initial send argument

This commit is contained in:
brunosimon
2017-07-30 14:29:29 +02:00
parent 33c2c017ec
commit a847393444
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
},
"main": "bin/index.js",
"scripts": {
"demo-folder": "cd test/demo-folder && node ../../bin 'Demo folder' --debug 1",
"demo-folder": "cd test/demo-folder && node ../../bin 'Demo folder' --debug 1 -i",
"test-project": "node ./bin --debug 1 --test"
},
"repository": {