chore: add start npm script
This commit is contained in:
parent
941641ce8b
commit
81d72ae8a5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
"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",
|
||||||
"test": "generate-timezone-json --tab-file zone.tab"
|
"test": "generate-timezone-json --tab-file zone.tab"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue