1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(hash.js): correctly pre-build hash.js for the browser

This commit is contained in:
Jason Dreyzehner
2017-02-23 03:27:32 -05:00
parent 01f67d103a
commit 1fe0b10e63
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,5 @@
import hash from 'hash.js'
export function createHash (algorithm: 'sha256') {
console.log(hash)
return hash.sha256()
}