chore: gitignore file

This commit is contained in:
Ayo 2022-09-19 11:34:53 +02:00
parent acc0bd5fd9
commit 86fe75ef84
4 changed files with 4 additions and 27 deletions

Binary file not shown.

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
node_modules/
*~
*swp
*swo

Binary file not shown.

View file

@ -1,27 +0,0 @@
{
"name": "generate-timezone-json",
"version": "1.0.0",
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
"main": "index.js",
"scripts": {
"test": "generate-timezone-json --tab-file zone.tab"
},
"repository": {
"type": "git",
"url": "github.com/ayoayco/generate-timezone-json"
},
"keywords": [
"timezones",
"json",
"timezones",
"tab",
"timezones",
"iana",
"db",
"timezones",
"iana",
"database"
],
"author": "Ayo Ayco",
"license": "ISC"
}