Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit cd548e6

Browse files
authored
chore: fix pkg.homepage for ipfs-core-types (#3733)
I linked from the npm package listing and was suprised to end up at the interface-ipfs-core package.
1 parent 54478b0 commit cd548e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"types": "src/index.d.ts",
7-
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",
7+
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",
88
"bugs": "https://github.com/ipfs/js-ipfs/issues",
99
"scripts": {
1010
"lint": "aegir lint",

0 commit comments

Comments
 (0)