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",
|
"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",
|
||||||
|
|
Loading…
Reference in a new issue