Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 0ffd30b

Browse files
authored
docs: Lead maintainer (#127)
* add lead maintainer * chore: update deps * add contributing.md * Update package.json * Update package.json
1 parent db3eaec commit 0ffd30b

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Contributing Guidelines
2+
3+
IPFS as a project, including js-ipfs and all of its modules, follows the [standard IPFS Community contributing guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md).
4+
5+
We also adhere to the [IPFS JavaScript Community Contributing Guidelines](https://github.com/ipfs/community/blob/master/js-code-guidelines.md) which provide additional information of how to collaborate and contribute in the JavaScript implementation of IPFS.
6+
7+
We appreciate your time and attention for going over these. Please open an issue on [ipfs/community](https://github.com/ipfs/community) if you have any question.
8+
9+
Thank you.

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Want to get started? Check our examples folder. You can check the development st
2727

2828
[![Throughput Graph](https://graphs.waffle.io/ipld/js-ipld/throughput.svg)](https://waffle.io/ipld/js-ipld/metrics/throughput)
2929

30+
## Tech Lead
31+
32+
[Volker Mische](https://github.com/vmx)
33+
34+
## Lead Maintainer
35+
36+
[Volker Mische](https://github.com/vmx)
37+
3038
## Table of Contents
3139

3240
- [Install](#install)

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipld",
33
"version": "0.17.0",
44
"description": "The JavaScript Implementation of IPLD",
5+
"leadMaintainer": "Volker Mische <[email protected]>",
56
"main": "src/index.js",
67
"pre-push": [
78
"lint",
@@ -32,14 +33,13 @@
3233
"homepage": "https://github.com/ipld/js-ipld#readme",
3334
"license": "MIT",
3435
"devDependencies": {
35-
"aegir": "^13.0.6",
36+
"aegir": "^13.1.0",
3637
"chai": "^4.1.2",
3738
"dirty-chai": "^2.0.1",
3839
"eth-hash-to-cid": "~0.1.1",
3940
"ethereumjs-block": "^1.7.1",
40-
"lodash": "^4.17.5",
41+
"lodash": "^4.17.10",
4142
"ncp": "^2.0.0",
42-
"pre-commit": "^1.2.2",
4343
"rimraf": "^2.6.2",
4444
"rlp": "^2.0.0"
4545
},
@@ -49,10 +49,10 @@
4949
"interface-datastore": "~0.4.2",
5050
"ipfs-block": "~0.7.1",
5151
"ipfs-block-service": "~0.14.0",
52-
"ipfs-repo": "~0.19.0",
52+
"ipfs-repo": "~0.20.0",
5353
"ipld-bitcoin": "~0.1.5",
5454
"ipld-dag-cbor": "~0.12.0",
55-
"ipld-dag-pb": "~0.14.2",
55+
"ipld-dag-pb": "~0.14.4",
5656
"ipld-ethereum": "^2.0.0",
5757
"ipld-git": "~0.2.0",
5858
"ipld-raw": "^2.0.0",

0 commit comments

Comments
 (0)