Skip to content

Commit

Permalink
chore(ngrok): missing author and description in package.json (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb authored Jan 16, 2024
1 parent 4a5409f commit 6e11b8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ngrok/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@winglibs/ngrok",
"version": "0.0.1",
"description": "ngrok library for Wing",
"author": {
"name": "Elad Ben-Israel",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
Expand All @@ -10,4 +15,4 @@
"dependencies": {
"@ngrok/ngrok": "^0.9.1"
}
}
}

0 comments on commit 6e11b8c

Please sign in to comment.