navneet83 / Cross-platform-AES-encryption

Basic cross platform AES encryption
Apache License 2.0
320 stars 152 forks source link

In package.json:7, there are errors with filename. #25

Closed micromaomao closed 5 years ago

micromaomao commented 9 years ago

It should be dist/CryptLib.js not dist/cryptLib.js, notice the C and c.

This problem cause fault on requiring the module.

I notice this problem from this stackoverflow question

invalidred commented 9 years ago

Will work on this as soon as I get home later today.

invalidred commented 9 years ago

Okay so i have re-published the node module under version 1.0.3 to address this issue.

https://www.npmjs.com/package/cryptlib

Thank you so very much for your effort! Gob Bless!