Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Fix require()
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Oct 5, 2018
1 parent 46f034a commit d5fe220
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hyperswarm/peersocket.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
const EventEmitter = require('events')
const crypto = require('crypto')
const createSwarm = require('@hyperswarm/network')
const lpstream = require('length-prefixed-stream')
const pump = require('pump')
const sodium = require('sodium')
const sodium = require('sodium-universal')
const schemas = require('./peersocket-schemas')
const {extractOrigin} = require('../../../lib/strings')

Expand Down

0 comments on commit d5fe220

Please sign in to comment.