This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change
1
+ test /test-folder /ipfs-add.js
Original file line number Diff line number Diff line change 24
24
},
25
25
"devDependencies" : {
26
26
"babel-core" : " ^6.1.21" ,
27
- "babel-eslint" : " ^4.1.6 " ,
27
+ "babel-eslint" : " ^5.0.0-beta6 " ,
28
28
"babel-loader" : " ^6.2.0" ,
29
29
"babel-plugin-transform-runtime" : " ^6.1.18" ,
30
30
"babel-preset-es2015" : " ^6.0.15" ,
31
- "babel-runtime" : " ^5.8.34 " ,
31
+ "babel-runtime" : " ^6.3.19 " ,
32
32
"chai" : " ^3.4.1" ,
33
33
"concurrently" : " ^1.0.0" ,
34
34
"eslint-config-standard" : " ^4.4.0" ,
45
45
"gulp-tag-version" : " ^1.3.0" ,
46
46
"gulp-util" : " ^3.0.7" ,
47
47
"https-browserify" : " 0.0.1" ,
48
- "ipfsd-ctl" : " ^0.7.1 " ,
48
+ "ipfsd-ctl" : " ^0.8.0 " ,
49
49
"json-loader" : " ^0.5.3" ,
50
50
"karma" : " ^0.13.11" ,
51
51
"karma-chrome-launcher" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -59,10 +59,7 @@ function startDisposableDaemons (callback) {
59
59
60
60
const headers = {
61
61
HTTPHeaders : {
62
- 'Access-Control-Allow-Origin' : [ '*' ] ,
63
- // TODO: When ipfs/go-ipfs#1979 is merged drop these
64
- 'Access-Control-Allow-Headers' : [ 'X-Stream-Output, X-Chunked-Output' ] ,
65
- 'Access-Control-Expose-Headers' : [ 'X-Stream-Output, X-Chunked-Output' ]
62
+ 'Access-Control-Allow-Origin' : [ '*' ]
66
63
}
67
64
}
68
65
ipfsNodes [ key ] . setConfig ( 'API' , JSON . stringify ( headers ) , err => {
You can’t perform that action at this time.
0 commit comments