Fixed bin name
This commit is contained in:
parent
2d80268b42
commit
9f535079ee
2 changed files with 6 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
.npmrc
|
||||
.npmrc
|
||||
node_modules/
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "node-telme",
|
||||
"version": "0.0.2",
|
||||
"bin": "bin/telme",
|
||||
"version": "0.0.3",
|
||||
"bin": {
|
||||
"telme": "bin/telme"
|
||||
},
|
||||
"description": "A CLI tool that will report to you via telegram when a task is done",
|
||||
"main": "index.js",
|
||||
"author": "Sagi Dayan",
|
||||
|
|
Loading…
Reference in a new issue