Skip to content

Commit

Permalink
rm unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Oct 5, 2024
1 parent 5ddb50a commit c4e8636
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@ import { dcutr } from "@libp2p/dcutr";
import { devToolsMetrics } from "@libp2p/devtools-metrics";
import { identify } from "@libp2p/identify";
import type {
Ed25519PeerId,
EventCallback,
PrivateKey,
PubSub,
RSAPeerId,
Secp256k1PeerId,
Stream,
StreamHandler,
URLPeerId,
} from "@libp2p/interface";
import { peerIdFromString } from "@libp2p/peer-id";
import { prometheusMetrics } from '@libp2p/prometheus-metrics'
import { pubsubPeerDiscovery } from "@libp2p/pubsub-peer-discovery";
import { webRTC, webRTCDirect } from "@libp2p/webrtc";
Expand Down

0 comments on commit c4e8636

Please sign in to comment.