Skip to content

Commit ea83723

Browse files
committedNov 4, 2015
Merge pull request brix#38 from kechol/hotfix/hmacsha3-exports
Fix typo in hmac-sha3
2 parents 034d533 + fff65ce commit ea83723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎grunt/config/modularize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = {
8282
"components": ["core", "x64-core", "sha512", "sha384", "hmac"]
8383
},
8484
"hmac-sha3": {
85-
"exports": "CryptoJSHmacSHA3",
85+
"exports": "CryptoJS.HmacSHA3",
8686
"components": ["core", "x64-core", "sha3", "hmac"]
8787
},
8888
"hmac-ripemd160": {

0 commit comments

Comments
 (0)
Please sign in to comment.