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:
authorAstro <astro@spaceboyz.net>2015-01-05 02:54:30 +0300
committerAstro <astro@spaceboyz.net>2015-01-05 02:54:30 +0300
commit06e413e0a1c7127e0d98abf9ade402dc34467b98 (patch)
tree439d9ec304d18f3e3bd48556d61571275260312a /lib/storage.js
parent65db14f353519d9a18f350ed5938119ef37f54a8 (diff)
replace git-sha1 with simple-sha1
contributes to GH issue #234
Diffstat (limited to 'lib/storage.js')
-rw-r--r--lib/storage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/storage.js b/lib/storage.js
index d652c66..df87305 100644
--- a/lib/storage.js
+++ b/lib/storage.js
@@ -11,7 +11,7 @@ var FileStream = require('./file-stream')
var inherits = require('inherits')
var MultiStream = require('multistream')
var once = require('once')
-var sha1 = require('git-sha1')
+var sha1 = require('simple-sha1')
var BLOCK_LENGTH = 16 * 1024