Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
refactor: remove unused swarm functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed Jul 28, 2021
1 parent 3969475 commit acb7e1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
exports.MemStore = require('./src/mem-store')
exports.swarm = require('./src/swarm')
exports.config = require('./src/config')
exports.connectPeers = require('./src/connect-peers')
exports.getIpfsPeerId = require('./src/get-ipfs-peer-id')
Expand Down
43 changes: 0 additions & 43 deletions src/swarm.js

This file was deleted.

46 changes: 0 additions & 46 deletions test/swarm.spec.js

This file was deleted.

0 comments on commit acb7e1f

Please sign in to comment.