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

Commit e757d58

Browse files
committed
chore: use patched ipfsd-ctl
1 parent f8dc797 commit e757d58

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

examples/browser-ipns-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"delay": "^4.4.0",
2929
"execa": "^4.0.3",
30-
"ipfsd-ctl": "^7.0.2",
30+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
3131
"go-ipfs": "^0.7.0",
3232
"parcel-bundler": "^1.12.4",
3333
"path": "^0.12.7",

examples/explore-ethereum-blockchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"ipfs": "^0.51.0",
1414
"ipfs-http-client": "^48.0.0",
15-
"ipfsd-ctl": "^7.0.2",
15+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
1616
"ipld-ethereum": "^5.0.1",
1717
"test-ipfs-example": "^2.0.3"
1818
}

examples/http-client-browser-pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"execa": "^4.0.3",
2222
"go-ipfs": "^0.7.0",
2323
"ipfs": "^0.51.0",
24-
"ipfsd-ctl": "^7.0.2",
24+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
2525
"parcel-bundler": "^1.12.4",
2626
"test-ipfs-example": "^2.0.3"
2727
}

examples/http-client-bundle-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"copy-webpack-plugin": "^5.0.4",
2626
"execa": "^4.0.3",
2727
"ipfs": "^0.51.0",
28-
"ipfsd-ctl": "^7.0.2",
28+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
2929
"react-hot-loader": "^4.12.21",
3030
"test-ipfs-example": "^2.0.3",
3131
"webpack": "^4.43.0",

examples/http-client-name-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"execa": "^4.0.3",
2020
"go-ipfs": "^0.7.0",
21-
"ipfsd-ctl": "^7.0.2",
21+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
2222
"parcel-bundler": "^1.12.4",
2323
"test-ipfs-example": "^2.0.3"
2424
},

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"devDependencies": {
6969
"aegir": "^28.0.0",
70-
"ipfsd-ctl": "^7.0.2"
70+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init"
7171
},
7272
"contributors": [
7373
"Alan Shaw <[email protected]>",

packages/ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"aegir": "^28.0.0",
124124
"delay": "^4.4.0",
125125
"interface-ipfs-core": "^0.141.0",
126-
"ipfsd-ctl": "^7.0.2",
126+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
127127
"ipld-git": "^0.6.1",
128128
"iso-random-stream": "^1.1.1",
129129
"iso-url": "^0.4.7",

packages/ipfs-http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"go-ipfs": "^0.7.0",
8585
"interface-ipfs-core": "^0.141.0",
8686
"ipfs-core": "^0.1.0",
87-
"ipfsd-ctl": "^7.0.2",
87+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
8888
"it-all": "^1.0.4",
8989
"it-concat": "^1.0.1",
9090
"it-pipe": "^1.1.0",

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ipfs-http-client": "^48.0.0",
5656
"ipfs-interop": "^3.0.0",
5757
"ipfs-utils": "^4.0.0",
58-
"ipfsd-ctl": "^7.0.2",
58+
"ipfsd-ctl": "git://github.com/ipfs/js-ipfsd-ctl#chore/without-init",
5959
"iso-random-stream": "^1.1.1",
6060
"iso-url": "^0.4.7",
6161
"it-to-buffer": "^1.0.2",

0 commit comments

Comments
 (0)