Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

chore: add module Lead Maintainer #33

Merged
merged 1 commit into from
May 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

This provides an efficent way to build and manipulate IPLD DAGs as JSON. This is accomplished by only producing merkle roots when `flush`ing the DAG. If any object has a "/" property, its value will be replaced with the merkle hash of that value when flushed. This allows you to build object anyway you like.

# LEAD MAINTAINER

[wanderer](https://github.com/wanderer)

# INSTALL
`npm install ipld-graph-builder`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipld-graph-builder",
"version": "1.3.8",
"description": "a merkle trie implemention that if focused on being generic and fast",
"leadMaintainer": "mjbecze <mjbecze@gmail.com>",
"main": "index.js",
"scripts": {
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
Expand All @@ -15,7 +16,6 @@
"dag",
"ipfs"
],
"author": "mjbecze <mjbecze@gmail.com>",
"license": "MPL-2.0",
"dependencies": {
"assert": "^1.4.1",
Expand Down