added repo
This commit is contained in:
parent
af95bc7910
commit
02f4e652cb
|
@ -1,9 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "ngenv",
|
"name": "ngenv",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Writes ngrok tunnel url to .env file",
|
"description": "Writes ngrok tunnel url to .env file",
|
||||||
"main": "ngenv",
|
"main": "ngenv",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.brainwires.net/josh.guyette/ngenv"
|
||||||
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"ngenv": "./ngenv"
|
"ngenv": "./ngenv"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue