EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
288 stars 119 forks source link

Fix Version and Main in Package.json #63

Closed Trevor-Ultra closed 5 years ago

Trevor-Ultra commented 5 years ago

Versions got screwed up when a bunch of different versions got merged. This just updates the version number and adds the 'src' folder to the files package. Allowing for the correct version of this repository to be used; and its latest changes from two months ago; which are currently inaccessible.

Trevor-Ultra commented 5 years ago

As a side note the last version before a bunch of merges happened was 4.6; somehow we went back in time.

GreenBusDriver commented 5 years ago

We're bumping the version number as referenced here, but the /lib/->/src/ change isn't right. We want to be publishing the built files. So this will be merged today in a separate PR