Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit be6e243

Browse files
committed
chore: bump deps
docs: cleanup readme badges License: MIT Signed-off-by: Jacob Heun <[email protected]>
1 parent d5c0758 commit be6e243

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stages:
77

88
node_js:
99
- '10'
10+
- '12'
1011

1112
os:
1213
- linux
@@ -20,7 +21,6 @@ jobs:
2021
include:
2122
- stage: check
2223
script:
23-
- npx aegir commitlint --travis
2424
- npx aegir dep-check
2525
- npm run lint
2626

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/)
44
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
76
[![Build Status](https://travis-ci.com/ipfs/js-datastore-s3.svg)](https://travis-ci.com/ipfs/js-datastore-s3) [![codecov](https://codecov.io/gh/ipfs/js-datastore-s3/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/js-datastore-s3)
8-
[![Coverage Status](https://coveralls.io/repos/github/ipfs/js-datastore-s3/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-datastore-s3?branch=master) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-s3)
7+
[![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-s3)
98
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
10-
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
11-
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)
129

1310
> Datastore implementation backed by s3.
1411

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"release": "aegir release --target node --docs",
1717
"release-minor": "aegir release --type minor --target node --docs",
1818
"release-major": "aegir release --type major --target node --docs",
19-
"coverage": "aegir coverage --timeout 10000",
20-
"coverage-publish": "aegir coverage --provider codecov --timeout 10000",
19+
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
2120
"docs": "aegir docs"
2221
},
2322
"repository": {
@@ -37,24 +36,24 @@
3736
},
3837
"homepage": "https://github.com/ipfs/js-datastore-s3#readme",
3938
"dependencies": {
40-
"datastore-core": "zcstarr/js-datastore-core",
41-
"interface-datastore": "git://github.com/ipfs/interface-datastore.git#refactor/async-iterators",
42-
"streaming-iterables": "^4.0.2",
39+
"datastore-core": "^0.7.0",
40+
"interface-datastore": "^0.7.0",
41+
"streaming-iterables": "^4.1.0",
4342
"upath": "^1.1.0"
4443
},
4544
"devDependencies": {
46-
"aegir": "^18.1.0",
47-
"aws-sdk": "^2.402.0",
45+
"aegir": "^20.0.0",
46+
"aws-sdk": "^2.510.0",
4847
"chai": "^4.2.0",
4948
"dirty-chai": "^2.0.1",
50-
"flow-bin": "~0.93.0",
49+
"flow-bin": "^0.93.0",
5150
"flow-typed": "^2.5.1",
52-
"ipfs-repo": "~0.26.1",
51+
"ipfs-repo": "^0.27.0",
5352
"stand-in": "^4.2.0"
5453
},
5554
"peerDependencies": {
5655
"aws-sdk": "2.x",
57-
"ipfs-repo": "0.x"
56+
"ipfs-repo": "^0.27.0"
5857
},
5958
"contributors": [
6059
"Jacob Heun <[email protected]>",

0 commit comments

Comments
 (0)