Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit ed430fa

Browse files
committed
build: fix wrong repo urls
1 parent ad3ab49 commit ed430fa

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

conformance/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conformance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"aegir": "^21.3.0",
1313
"interface-ipfs-core": "0.139.0",
14-
"ipfsd-ctl": "github:ipfs-rust/js-ipfsd-ctl#add_rust_ipfs_http",
14+
"ipfsd-ctl": "github:rs-ipfs/js-ipfsd-ctl#add_rust_ipfs_http",
1515
"mocha": "^7.1.0",
1616
"ipfs-http-client": "46.0.0",
1717
"why-is-node-running": "2.2.0"
1818
},
1919
"devDependencies": {
20-
"rust-ipfs-dep": "github:ipfs-rust/npm-rust-ipfs-dep#master",
20+
"rust-ipfs-dep": "github:rs-ipfs/npm-rust-ipfs-dep#master",
2121
"ipfs": "0.49.0"
2222
}
2323
}

0 commit comments

Comments
 (0)