This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Description
Hello,
Just encountered a problem when requiring hideshowpassword using Browserify.
Given that I need to support IE8, jQuery is defined as ^1.11.3 in my package.json.
Since you have also added jQuery as dependency, and that the two versions mismatch, the hideshowpassword function will be attached to your jQuery instance, instead of mine, making it unavailable from my code.
Why jQuery has been added as production dependency, given that the function is attached to $.fn ?