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

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
docs: cleanup readme badges

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
  • Loading branch information
jacobheun committed Aug 15, 2019
1 parent d5c0758 commit be6e243
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stages:

node_js:
- '10'
- '12'

os:
- linux
Expand All @@ -20,7 +21,6 @@ jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![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)
[![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)
[![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-datastore-s3)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)

> Datastore implementation backed by s3.
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"release": "aegir release --target node --docs",
"release-minor": "aegir release --type minor --target node --docs",
"release-major": "aegir release --type major --target node --docs",
"coverage": "aegir coverage --timeout 10000",
"coverage-publish": "aegir coverage --provider codecov --timeout 10000",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
"docs": "aegir docs"
},
"repository": {
Expand All @@ -37,24 +36,24 @@
},
"homepage": "https://github.com/ipfs/js-datastore-s3#readme",
"dependencies": {
"datastore-core": "zcstarr/js-datastore-core",
"interface-datastore": "git://github.com/ipfs/interface-datastore.git#refactor/async-iterators",
"streaming-iterables": "^4.0.2",
"datastore-core": "^0.7.0",
"interface-datastore": "^0.7.0",
"streaming-iterables": "^4.1.0",
"upath": "^1.1.0"
},
"devDependencies": {
"aegir": "^18.1.0",
"aws-sdk": "^2.402.0",
"aegir": "^20.0.0",
"aws-sdk": "^2.510.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"flow-bin": "~0.93.0",
"flow-bin": "^0.93.0",
"flow-typed": "^2.5.1",
"ipfs-repo": "~0.26.1",
"ipfs-repo": "^0.27.0",
"stand-in": "^4.2.0"
},
"peerDependencies": {
"aws-sdk": "2.x",
"ipfs-repo": "0.x"
"ipfs-repo": "^0.27.0"
},
"contributors": [
"Jacob Heun <jacobheun@gmail.com>",
Expand Down

0 comments on commit be6e243

Please sign in to comment.