added repo

This commit is contained in:
Josh Guyette 2024-02-12 19:44:22 -06:00
parent af95bc7910
commit 02f4e652cb
1 changed files with 5 additions and 1 deletions

View File

@ -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"
}, },