Added a suggestion for a module name to attempt fixing #15.
pull/16/head
Morten Olsrud 7 years ago committed by GitHub
parent 8b9475b657
commit 6ac129d9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -510,7 +510,7 @@
root.sha256 = exports.sha256; root.sha256 = exports.sha256;
root.sha224 = exports.sha224; root.sha224 = exports.sha224;
if (AMD) { if (AMD) {
define(function () { define("js-sha256",function () {
return exports; return exports;
}); });
} }

Loading…
Cancel
Save