From c28ddaad0c13dd6b551a907ae900ac0905b21b27 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 19 Sep 2022 16:54:26 +0200 Subject: [PATCH] update bin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fe3cfe..e101ea7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "generate-timezone-json", "version": "0.0.6", - "bin":"./index.js", + "bin": "./index.js", "description": "Generate JSON file containing timezones from a tab file or the official IANA database", "main": "index.js", "scripts": {