Skip to content

Commit 1cc60cf

Browse files
committed
chore: fix repository url
1 parent 319a310 commit 1cc60cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/benchmark.js-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dist"
1616
],
1717
"author": "Arthur Pastel <[email protected]>",
18-
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/benchmark.js",
18+
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
1919
"homepage": "https://codspeed.io",
2020
"license": "Apache-2.0",
2121
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"types": "dist/index.d.ts",
1717
"gypfile": true,
1818
"author": "Arthur Pastel <[email protected]>",
19-
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/core",
19+
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
2020
"homepage": "https://codspeed.io",
2121
"license": "Apache-2.0",
2222
"devDependencies": {

packages/tinybench-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dist"
1616
],
1717
"author": "Arthur Pastel <[email protected]>",
18-
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/tinybench",
18+
"repository": "https://github.com/CodSpeedHQ/codspeed-node",
1919
"homepage": "https://codspeed.io",
2020
"license": "Apache-2.0",
2121
"devDependencies": {

0 commit comments

Comments
 (0)