update bin
This commit is contained in:
parent
51986ca5f3
commit
3526d69a8e
1 changed files with 1 additions and 3 deletions
|
@ -1,15 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "generate-timezone-json",
|
"name": "generate-timezone-json",
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
|
"bin":"./index.js",
|
||||||
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
"description": "Generate JSON file containing timezones from a tab file or the official IANA database",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node .",
|
"start": "node .",
|
||||||
"test": "generate-timezone-json --tab-file zone.tab"
|
"test": "generate-timezone-json --tab-file zone.tab"
|
||||||
},
|
},
|
||||||
"bin": {
|
|
||||||
"generate-timezone-json": "./index.js"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "github.com/ayoayco/generate-timezone-json"
|
"url": "github.com/ayoayco/generate-timezone-json"
|
||||||
|
|
Loading…
Reference in a new issue