Fixed bin name

This commit is contained in:
Sagi Dayan 2020-03-19 16:11:52 -04:00
parent 2d80268b42
commit 9f535079ee
2 changed files with 6 additions and 3 deletions

View file

@ -1 +1,2 @@
.npmrc .npmrc
node_modules/

View file

@ -1,7 +1,9 @@
{ {
"name": "node-telme", "name": "node-telme",
"version": "0.0.2", "version": "0.0.3",
"bin": "bin/telme", "bin": {
"telme": "bin/telme"
},
"description": "A CLI tool that will report to you via telegram when a task is done", "description": "A CLI tool that will report to you via telegram when a task is done",
"main": "index.js", "main": "index.js",
"author": "Sagi Dayan", "author": "Sagi Dayan",