Skip to content

Commit

Permalink
Version 5 beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed May 7, 2023
1 parent 950107e commit 94bfeee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrok",
"version": "4.3.3",
"version": "5.0.0-beta.1",
"description": "node wrapper for ngrok",
"main": "index.js",
"exports": {
Expand All @@ -20,9 +20,13 @@
"index.js",
"index.d.ts",
"postinstall.js",
"src/autthoken.js",
"src/client.js",
"src/config.js",
"src/constants.js",
"src/process.js",
"src/utils.js"
"src/utils.js",
"src/version.js"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 94bfeee

Please sign in to comment.