Skip to content

Commit

Permalink
Add x64-core to rollup and exports CryptoJS object.
Browse files Browse the repository at this point in the history
Remove tar-ball archive from development branch
  • Loading branch information
evanvosberg committed Jul 23, 2013
1 parent cd8bbb7 commit 2c98cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file removed build/crypto-js.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions builder/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ rollups:
rabbit-legacy: [core, enc-base64, md5, evpkdf, cipher-core, rabbit-legacy]

core: [core]
x64-core: [core, x64-core]

evpkdf: [core, sha1, hmac, evpkdf]

Expand Down Expand Up @@ -116,6 +117,7 @@ exports:
rabbit-legacy: CryptoJS.RabbitLegacy

core: CryptoJS
x64-core: CryptoJS

evpkdf: CryptoJS.EvpKDF

Expand Down

0 comments on commit 2c98cd1

Please sign in to comment.