File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const server = createServer({
10
10
} , {
11
11
type : 'go' ,
12
12
ipfsHttpModule : require ( './' ) ,
13
- ipfsBin : require ( 'go-ipfs-dep ' ) . path ( )
13
+ ipfsBin : require ( 'go-ipfs' ) . path ( )
14
14
} )
15
15
16
16
let echoServer = new EchoServer ( )
Original file line number Diff line number Diff line change 17
17
"browser" : {
18
18
"./src/lib/to-stream.js" : " ./src/lib/to-stream.browser.js" ,
19
19
"ipfs-utils/src/files/glob-source" : false ,
20
- "go-ipfs-dep " : false
20
+ "go-ipfs" : false
21
21
},
22
22
"repository" : {
23
23
"type" : " git" ,
70
70
"devDependencies" : {
71
71
"aegir" : " ^23.0.0" ,
72
72
"cross-env" : " ^7.0.0" ,
73
- "go-ipfs-dep " : " ^0.6.0" ,
73
+ "go-ipfs" : " ^0.6.0" ,
74
74
"interface-ipfs-core" : " ^0.137.0" ,
75
75
"ipfsd-ctl" : " ^4.1.1" ,
76
76
"it-all" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const commonOptions = {
13
13
14
14
const commonOverrides = {
15
15
go : {
16
- ipfsBin : isNode ? require ( 'go-ipfs-dep ' ) . path ( ) : undefined
16
+ ipfsBin : isNode ? require ( 'go-ipfs' ) . path ( ) : undefined
17
17
}
18
18
}
19
19
You can’t perform that action at this time.
0 commit comments