This repository was archived by the owner on Mar 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ node_js:
11
11
os :
12
12
- linux
13
13
- osx
14
+ - windows
14
15
15
16
script : npx nyc -s npm run test:node -- --bail
16
17
after_success : npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
17
18
18
19
jobs :
19
20
include :
20
- - os : windows
21
- cache : false
22
-
23
21
- stage : check
24
22
script :
25
23
- npx aegir commitlint --travis
39
37
script : npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
40
38
41
39
notifications :
42
- email : false
40
+ email : false
Original file line number Diff line number Diff line change 34
34
},
35
35
"homepage" : " https://github.com/ipfs/js-datastore-fs#readme" ,
36
36
"dependencies" : {
37
- "async" : " ^2.6.1" ,
38
- "datastore-core" : " git://github.com:zcstarr/js-datastore-core.git" ,
37
+ "datastore-core" : " ~0.7.0" ,
39
38
"fast-write-atomic" : " ~0.2.0" ,
40
39
"glob" : " ^7.1.3" ,
41
40
"graceful-fs" : " ^4.1.11" ,
42
- "interface-datastore" : " git://github.com/ipfs/interface-datastore.git#refactor/async-iterators " ,
41
+ "interface-datastore" : " ~0.7.0 " ,
43
42
"mkdirp" : " ~0.5.1"
44
43
},
45
44
"devDependencies" : {
46
- "aegir" : " ^18.2.0" ,
45
+ "aegir" : " ^19.0.3" ,
46
+ "async-iterator-all" : " ^1.0.0" ,
47
47
"chai" : " ^4.2.0" ,
48
- "cids" : " ~0.5.5 " ,
48
+ "cids" : " ~0.7.1 " ,
49
49
"dirty-chai" : " ^2.0.1" ,
50
- "flow-bin" : " ~0.84 .0" ,
50
+ "flow-bin" : " ~0.99 .0" ,
51
51
"flow-typed" : " ^2.5.1" ,
52
- "memdown" : " ^1.4.1 " ,
52
+ "memdown" : " ^4.0.0 " ,
53
53
"rimraf" : " ^2.6.2"
54
54
},
55
55
"contributors" : [
You can’t perform that action at this time.
0 commit comments