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 /test/client-seed.js
parent29e2bef4bff8eaa16bd94c1af4b5c7d55ce1176f (diff)
remove safe-buffer
Diffstat (limited to 'test/client-seed.js')
-rw-r--r--test/client-seed.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/client-seed.js b/test/client-seed.js
index fc0e6a4..a50d3cf 100644
--- a/test/client-seed.js
+++ b/test/client-seed.js
@@ -1,6 +1,5 @@
/* global Blob */
-var Buffer = require('safe-buffer').Buffer
var fixtures = require('webtorrent-fixtures')
var test = require('tape')
var WebTorrent = require('../')