chore: add start npm script

This commit is contained in:
Ayo 2022-09-19 12:08:30 +02:00
parent 941641ce8b
commit 81d72ae8a5

View file

@ -4,6 +4,7 @@
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "generate-timezone-json --tab-file zone.tab"
},
"repository": {