update package bin command
This commit is contained in:
parent
e6ec5b4b80
commit
82cc1f497c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"test": "generate-timezone-json --tab-file zone.tab"
|
||||
},
|
||||
"bin": {
|
||||
"generate-timezone-json": "./index.js"
|
||||
"generate-timezone-json": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue