This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11sudo : false
22language : node_js
3+
34matrix :
45 include :
56 - node_js : stable
67 env : CXX=g++-4.8
78
8- # Make sure we have new NPM.
9- before_install :
10- - npm install -g npm
11-
129script :
1310 - npm run lint
1411
12+ before_script :
13+ - export DISPLAY=:99.0
14+ - sh -e /etc/init.d/xvfb start
15+
1516addons :
17+ firefox : ' latest'
1618 apt :
1719 sources :
1820 - ubuntu-toolchain-r-test
Original file line number Diff line number Diff line change 3030 },
3131 "homepage" : " https://github.com/ipfs/interface-ipfs-core#readme" ,
3232 "dependencies" : {
33- "aegir" : " ^12.1.0 " ,
34- "async" : " ^2.5 .0" ,
33+ "aegir" : " ^12.1.3 " ,
34+ "async" : " ^2.6 .0" ,
3535 "bl" : " ^1.2.1" ,
3636 "bs58" : " ^4.0.1" ,
3737 "chai" : " ^4.1.2" ,
38- "cids" : " ^ 0.5.2" ,
38+ "cids" : " ~ 0.5.2" ,
3939 "concat-stream" : " ^1.6.0" ,
4040 "detect-node" : " ^2.0.3" ,
41- "ipfs-block" : " ^ 0.6.0 " ,
42- "ipld-dag-cbor" : " ^ 0.11.1 " ,
43- "ipld-dag-pb" : " ^ 0.11.2 " ,
41+ "ipfs-block" : " ~ 0.6.1 " ,
42+ "ipld-dag-cbor" : " ~ 0.11.2 " ,
43+ "ipld-dag-pb" : " ~ 0.11.3 " ,
4444 "multiaddr" : " ^3.0.1" ,
45- "multihashes" : " ^0.4.12" ,
46- "multihashing-async" : " ^0.4.7" ,
47- "peer-id" : " ^0.10.2" ,
48- "pull-stream" : " ^3.6.1"
49- },
50- "devDependencies" : {
45+ "multihashes" : " ~0.4.12" ,
46+ "multihashing-async" : " ~0.4.7" ,
47+ "peer-id" : " ~0.10.2" ,
48+ "pull-stream" : " ^3.6.1" ,
5149 "dirty-chai" : " ^2.0.1"
5250 },
5351 "contributors" : [
You can’t perform that action at this time.
0 commit comments