travist / jsencrypt

A zero-dependency Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.
http://www.travistidwell.com/jsencrypt
Other
6.65k stars 2.01k forks source link

Fix Can't resolve './JSEncrypt' #289

Closed kingller closed 1 year ago

kingller commented 1 year ago

Fix Can't resolve './JSEncrypt' for issue 287

travist commented 1 year ago

Looks fine to me! I will run some tests on my end and get a release out soon. thanks!

travist commented 1 year ago

So, with this taken, the tests are now failing and it is complaining that you removed the

'type': 'module'

from the package.json.

Please fix this issue where it resolves your issue AND also fixes the tests. I am also concerned here because I recently had to add this PR to revert the same thing https://github.com/travist/jsencrypt/pull/279. I did this because people were also complaining.