update bin

This commit is contained in:
Ayo 2022-09-19 16:53:02 +02:00
parent 51986ca5f3
commit 3526d69a8e

View file

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