Skip to content

Commit 25f0cd4

Browse files
authoredDec 1, 2021
chore: remove binary (#160)
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
1 parent 93a90a4 commit 25f0cd4

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed
 

‎package.json

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"leadMaintainer": "Vasco Santos <santos.vasco10@gmail.com>",
66
"main": "src/index.js",
77
"types": "src/index.d.ts",
8-
"bin": "src/bin.js",
98
"scripts": {
109
"lint": "aegir lint",
1110
"prepare": "npm run build --types false",
@@ -44,7 +43,6 @@
4443
"dependencies": {
4544
"class-is": "^1.1.0",
4645
"libp2p-crypto": "^0.20.0",
47-
"minimist": "^1.2.5",
4846
"multiformats": "^9.4.5",
4947
"protobufjs": "^6.10.2",
5048
"uint8arrays": "^3.0.0"

‎src/bin.js

-16
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.