update bin
This commit is contained in:
parent
51986ca5f3
commit
3526d69a8e
1 changed files with 1 additions and 3 deletions
|
@ -1,15 +1,13 @@
|
|||
{
|
||||
"name": "generate-timezone-json",
|
||||
"version": "0.0.6",
|
||||
"bin":"./index.js",
|
||||
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node .",
|
||||
"test": "generate-timezone-json --tab-file zone.tab"
|
||||
},
|
||||
"bin": {
|
||||
"generate-timezone-json": "./index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "github.com/ayoayco/generate-timezone-json"
|
||||
|
|
Loading…
Reference in a new issue