Skip to content

Commit 7eff3bc

Browse files
author
evanvosberg
committed
Add missing dependcy of cipher-core.
1 parent c50acab commit 7eff3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grunt/config/modularize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = {
124124
"core": {
125125
"exports": "CryptoJS",
126126
"components": ["core"],
127-
"global": "CryptoJS"
127+
"global": "CryptoJS"
128128
},
129129
"x64-core": {
130130
"exports": "CryptoJS",
@@ -134,7 +134,7 @@ module.exports = {
134134
"components": ["core", "hmac"]
135135
},
136136
"cipher-core": {
137-
"components": ["core", "cipher-core"]
137+
"components": ["core", "evpkdf", "cipher-core"]
138138
},
139139

140140
// lib

0 commit comments

Comments
 (0)