Skip to content

Commit

Permalink
Merge pull request brix#38 from kechol/hotfix/hmacsha3-exports
Browse files Browse the repository at this point in the history
Fix typo in hmac-sha3
  • Loading branch information
evanvosberg committed Nov 4, 2015
2 parents 034d533 + fff65ce commit ea83723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/config/modularize.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
"components": ["core", "x64-core", "sha512", "sha384", "hmac"]
},
"hmac-sha3": {
"exports": "CryptoJSHmacSHA3",
"exports": "CryptoJS.HmacSHA3",
"components": ["core", "x64-core", "sha3", "hmac"]
},
"hmac-ripemd160": {
Expand Down

0 comments on commit ea83723

Please sign in to comment.