Skip to content

Commit 9b0ffe5

Browse files
committed
fix(package): update version to 1.0.1 and add repository information
1 parent f6b1b66 commit 9b0ffe5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-gate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A fetch-based HTTP proxy library optimized for Bun runtime with hooks, circuit breakers and timeouts",
55
"main": "lib/index.js",
66
"module": "lib/index.js",
@@ -28,6 +28,10 @@
2828
"example:benchmark": "bun run examples/local-gateway-server.ts",
2929
"deploy": "bun run prepublishOnly && bun publish"
3030
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/BackendStack21/fetch-proxy.git"
34+
},
3135
"devDependencies": {
3236
"@types/bun": "latest",
3337
"@types/node": "^22.15.29",

0 commit comments

Comments
 (0)