split cli and helper, add bin entry to package.json

This commit is contained in:
Thomas Ruoff
2016-01-18 10:07:57 +01:00
parent 610fd07bec
commit d2e0e172f9
4 changed files with 42 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin" : { "swm" : "./cli.js" },
"repository": {
"type": "git",
"url": "git+https://github.com/tomru/switchmon.git"