Skip to content

Commit 76ea17e

Browse files
committed
chore(npm): more specific home pages
1 parent bee92aa commit 76ea17e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

npm/@foundry-rs/forge-darwin-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge-darwin-amd64",
33
"version": "1.2.3",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework (macOS amd64)",
77
"bin": {
88
"forge": "./bin/forge"

npm/@foundry-rs/forge-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge-darwin-arm64",
33
"version": "1.3.2",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework (macOS arm64)",
77
"bin": {
88
"forge": "./bin/forge"

npm/@foundry-rs/forge-linux-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge-linux-amd64",
33
"version": "1.2.3",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework (Linux amd64)",
77
"bin": {
88
"forge": "./bin/forge"

npm/@foundry-rs/forge-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge-linux-arm64",
33
"version": "1.2.3",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework (Linux arm64)",
77
"bin": {
88
"forge": "./bin/forge"

npm/@foundry-rs/forge-win32-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge-win32-amd64",
33
"version": "1.2.3",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework (Windows amd64)",
77
"bin": {
88
"forge": "./bin/forge.exe"

npm/@foundry-rs/forge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@foundry-rs/forge",
33
"version": "1.3.2",
44
"type": "module",
5-
"homepage": "https://getfoundry.sh",
5+
"homepage": "https://getfoundry.sh/forge",
66
"description": "Fast and flexible Ethereum testing framework",
77
"main": "./dist/index.mjs",
88
"engines": {

0 commit comments

Comments
 (0)