Skip to content

Commit

Permalink
chore: remove binary (#160)
Browse files Browse the repository at this point in the history
Remove the cli peer-id tool as it makes installs take longer due to
pulling in extra deps and should really be it's own module.

BREAKING CHANGE: removes install cli tool
  • Loading branch information
achingbrain committed Dec 1, 2021
1 parent 93a90a4 commit 25f0cd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": "src/bin.js",
"scripts": {
"lint": "aegir lint",
"prepare": "npm run build --types false",
Expand Down Expand Up @@ -44,7 +43,6 @@
"dependencies": {
"class-is": "^1.1.0",
"libp2p-crypto": "^0.20.0",
"minimist": "^1.2.5",
"multiformats": "^9.4.5",
"protobufjs": "^6.10.2",
"uint8arrays": "^3.0.0"
Expand Down
16 changes: 0 additions & 16 deletions src/bin.js

This file was deleted.

0 comments on commit 25f0cd4

Please sign in to comment.