Skip to content

Commit

Permalink
fix typo in hmac-sha3
Browse files Browse the repository at this point in the history
  • Loading branch information
kechol committed Nov 4, 2015
1 parent 034d533 commit fff65ce
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 fff65ce

Please sign in to comment.