-
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.
- Loading branch information
1 parent
c1e86c6
commit fd8bc41
Showing
4 changed files
with
8 additions
and
7 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,6 +1,6 @@ | ||
{ | ||
"name": "strengthify", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/MorrisJobke/strengthify", | ||
"authors": [ | ||
"Eve Ragins <[email protected]", | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Strengthify - show the weakness of a password (uses zxcvbn for this) | ||
* https://github.com/MorrisJobke/strengthify | ||
* | ||
* Version: 0.5.0 | ||
* Version: 0.5.1 | ||
* Author: Morris Jobke (github.com/MorrisJobke) - original | ||
* Eve Ragins @ Eve Corp (github.com/eve-corp) | ||
* | ||
|
@@ -11,7 +11,7 @@ | |
* | ||
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2013-2015 Morris Jobke <[email protected]> | ||
* Copyright (c) 2013-2016 Morris Jobke <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
* this software and associated documentation files (the "Software"), to deal in | ||
|
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,9 +1,9 @@ | ||
/** | ||
* Strengthify - show the weakness of a password (uses zxcvbn for this) | ||
* https://github.com/MorrisJobke/strengthify | ||
* Version: 0.5.0 | ||
* Version: 0.5.1 | ||
* License: The MIT License (MIT) | ||
* Copyright (c) 2013 Morris Jobke <[email protected]> | ||
* Copyright (c) 2013-2016 Morris Jobke <[email protected]> | ||
*/ | ||
|
||
.strengthify-wrapper { | ||
|
@@ -57,4 +57,4 @@ div[data-strengthifyMessage] { | |
|
||
.strengthify-tiles{ | ||
float: right; | ||
} | ||
} |