Skip to content

Commit

Permalink
Modified to package specific urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ashraf committed Oct 1, 2024
1 parent 5555794 commit 252ef35
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 22 deletions.
3 changes: 1 addition & 2 deletions packages/agent-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/agent-base"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/agent-base"
},
"keywords": [
"http",
Expand Down
3 changes: 1 addition & 2 deletions packages/data-uri-to-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/data-uri-to-buffer"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/data-uri-to-buffer"
},
"engines": {
"node": ">= 14"
Expand Down
3 changes: 1 addition & 2 deletions packages/degenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/degenerator"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/degenerator"
},
"engines": {
"node": ">= 14"
Expand Down
3 changes: 1 addition & 2 deletions packages/get-uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/get-uri"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/get-uri"
},
"keywords": [
"uri",
Expand Down
3 changes: 1 addition & 2 deletions packages/http-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/http-proxy-agent"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/http-proxy-agent"
},
"keywords": [
"http",
Expand Down
3 changes: 1 addition & 2 deletions packages/https-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/https-proxy-agent"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/https-proxy-agent"
},
"keywords": [
"https",
Expand Down
3 changes: 1 addition & 2 deletions packages/pac-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/pac-proxy-agent"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/pac-proxy-agent"
},
"keywords": [
"pac",
Expand Down
3 changes: 1 addition & 2 deletions packages/pac-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/pac-resolver"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/pac-resolver"
},
"engines": {
"node": ">= 14"
Expand Down
3 changes: 1 addition & 2 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/proxy-agent"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy-agent"
},
"keywords": [
"http",
Expand Down
3 changes: 1 addition & 2 deletions packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/proxy"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy"
},
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/socks-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/TooTallNate/proxy-agents.git",
"directory": "packages/socks-proxy-agent"
"url": "https://github.com/TooTallNate/proxy-agents/tree/main/packages/socks-proxy-agent"
},
"keywords": [
"agent",
Expand Down

0 comments on commit 252ef35

Please sign in to comment.