Skip to content

Commit

Permalink
Add missing dependcy of cipher-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Nov 12, 2016
1 parent c50acab commit 7eff3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/config/modularize.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = {
"core": {
"exports": "CryptoJS",
"components": ["core"],
"global": "CryptoJS"
"global": "CryptoJS"
},
"x64-core": {
"exports": "CryptoJS",
Expand All @@ -134,7 +134,7 @@ module.exports = {
"components": ["core", "hmac"]
},
"cipher-core": {
"components": ["core", "cipher-core"]
"components": ["core", "evpkdf", "cipher-core"]
},

// lib
Expand Down

0 comments on commit 7eff3bc

Please sign in to comment.