-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from multiformats/lead-maintainer
Lead maintainer
- Loading branch information
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "multiaddr", | ||
"version": "5.0.0", | ||
"description": "multiaddr implementation (binary + string representation of network addresses)", | ||
"leadMaintainer": "Victor Bjelkholm <[email protected]>", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"lint": "aegir lint", | ||
|
@@ -16,10 +17,6 @@ | |
"coverage-publish": "aegir coverage publish", | ||
"docs": "aegir docs" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/multiformats/js-multiaddr.git" | ||
|
@@ -29,7 +26,6 @@ | |
"binary", | ||
"string" | ||
], | ||
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/multiformats/js-multiaddr/issues" | ||
|
@@ -46,7 +42,7 @@ | |
"xtend": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^13.0.7", | ||
"aegir": "^13.1.0", | ||
"buffer-loader": "0.0.1", | ||
"chai": "^4.1.2", | ||
"dirty-chai": "^2.0.1", | ||
|