-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Foreach (#1), automatic wrapping, feedback message, feature flags
* added feedback message; $.each(...) functionality; restructuring wrapping; feature flags * wrapper should have flexible height * strength bar width should be limited * Updated with changes for pull request Reverted version to 0.5.0. Reverted URL. Fixed foreach. Added 'use strict'. Granularized javascript. Warn if no visualizations enabled. * changing version to 0.5.0 in css
- Loading branch information
1 parent
b3df934
commit 8001334
Showing
4 changed files
with
212 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "strengthify", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"homepage": "https://github.com/MorrisJobke/strengthify", | ||
"authors": [ | ||
"Eve Ragins <[email protected]", | ||
"Morris Jobke <[email protected]>" | ||
], | ||
"description": "Combine jQuery and zxcvbn to create a password strength meter.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.