Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2019-08-07 03:59:36 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-08-07 03:59:36 +0300
commit4c2adf3ecec753d7e57faefebcc82d5fbf143856 (patch)
treec86993b1e621d96977bbee35fa134d19b11edcb7 /index.js
parent29e2bef4bff8eaa16bd94c1af4b5c7d55ce1176f (diff)
remove safe-buffer
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index d5077b3..135fb93 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,5 @@
/* global FileList */
-const { Buffer } = require('safe-buffer')
const { EventEmitter } = require('events')
const concat = require('simple-concat')
const createTorrent = require('create-torrent')