update bin and start

This commit is contained in:
Ayo 2022-09-19 16:49:52 +02:00
parent eeaca82dc0
commit 51986ca5f3

View file

@ -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",