update bin and start
This commit is contained in:
parent
eeaca82dc0
commit
51986ca5f3
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node .",
|
||||||
"test": "generate-timezone-json --tab-file zone.tab"
|
"test": "generate-timezone-json --tab-file zone.tab"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"generate-timezone-json": "node index.js"
|
"generate-timezone-json": "./index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue