danpalmer / jquery.complexify.js

Complexify helps you to accurately gauge the quality of a user's password to give them visual feedback, and to enforce a minimum level of security.
http://danpalmer.me/jquery-complexify
652 stars 189 forks source link

Added npm package #36

Closed amoludage closed 8 years ago

amoludage commented 8 years ago

Fixed #33 #32

amoludage commented 8 years ago

@danpalmer Updated PR :+1: please review & let me know if you found any issue. Thanks

danpalmer commented 8 years ago

Great, thanks for doing this, and sorry it took me so long to get around to reviewing/merging. Much appreciated!

danpalmer commented 8 years ago

@amoludage could you please transfer ownership of the NPM package to me?

amoludage commented 8 years ago

@danpalmer I have added you to the contributor of jquery.complexify.js.

Sorry I don't know how to transfer ownership of packages :relaxed:

If you know about how to transfer the ownership of npm packages, then please share transferring steps with me so that I can transfer it.

Thanks.

jsumners commented 8 years ago

https://docs.npmjs.com/cli/owner

$ npm owner add new@owner
$ npm owner rm old@owner