chore: gitignore file
This commit is contained in:
parent
acc0bd5fd9
commit
86fe75ef84
4 changed files with 4 additions and 27 deletions
BIN
.README.md.un~
BIN
.README.md.un~
Binary file not shown.
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
node_modules/
|
||||
*~
|
||||
*swp
|
||||
*swo
|
Binary file not shown.
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue