BUG: Can't import @onflow/util-encode-key #449

Problem

Can’t import ‘@onflow/util-encode-key’

Steps to Reproduce

add this line of code to a js file:

import ‘@onflow/util-encode-key’

ReferenceError: exports is not defined
Module.<anonymous>
src/index.js:103
Module../node_modules/@onflow/rlp/dist/rlp.module.js
http://localhost:3000/static/js/0.chunk.js:12744:30

index.js:103 Uncaught ReferenceError: exports is not defined
    at Module.<anonymous> (index.js:103)
    at Module../node_modules/@onflow/util-encode-key/node_modules/@onflow/rlp/dist/rlp.module.js (index.js:100)
    at __webpack_require__ (bootstrap:856)
    at fn (bootstrap:150)
    at Module.<anonymous> (index.js:15)
    at Module../node_modules/@onflow/util-encode-key/dist/util-encode-key.module.js (index.js:24)

Tagging @qvvg @JeffreyDoyle

Believe this has been fixed, please pull the latest version of @onflow/util-encode-key.