Skip to content

Commit

Permalink
Added repo links to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiobianchini committed Jan 7, 2025
1 parent dd06bc2 commit dc72397
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion TunnelizeClient/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "tunnelize",
"version": "1.0.1",
"version": "1.0.0",
"description": "A tool to create a WebSocket tunnel for forwarding HTTP requests to a local server",
"main": "bin/tunnelize.js",
"readme": "README.md",
"homepage": "https://github.com/alessiobianchini/Tunnelize",
"bugs": "https://github.com/alessiobianchini/Tunnelize/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/alessiobianchini/Tunnelize"
},
"bin": {
"tunnelize": "./bin/tunnelize.js"
},
Expand Down

0 comments on commit dc72397

Please sign in to comment.