Skip to content

Commit 5d9a566

Browse files
committed
Release v3.0.8
1 parent 233c68b commit 5d9a566

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.0.8
4+
5+
- Start using peerDependencies instead of regular dependencies.
6+
37
## 3.0.7
48

59
- Fix dependencies version mess.

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "pwstrength-bootstrap",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
55
"authors": [
66
"Alejandro Blanco <[email protected]>"
77
],
88
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
99
"main": "dist/pwstrength-bootstrap.js",
1010
"dependencies": {
11-
"jquery": ">=3.0.0",
11+
"jquery": ">=1.7.0",
1212
"bootstrap": ">=2.0.0",
1313
"zxcvbn": ">=4.2.0",
1414
"i18next": ">=2.4.0",
15-
"popper.js": "^1.14.3"
15+
"popper.js": ">=1.14.3"
1616
},
1717
"moduleType": [
1818
"globals"

dist/pwstrength-bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3-
* Version: 3.0.7
3+
* Version: 3.0.8
44
*
55
* Copyright (c) 2008-2013 Tane Piper
66
* Copyright (c) 2013 Alejandro Blanco

dist/pwstrength-bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pwstrength.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3-
* Version: 3.0.7
3+
* Version: 3.0.8
44
*
55
* Copyright (c) 2008-2013 Tane Piper
66
* Copyright (c) 2013 Alejandro Blanco

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwstrength-bootstrap",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
55
"author": "Alejandro Blanco <[email protected]>",
66
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"test": "grunt test"
2525
},
26-
"dependencies": {
26+
"peerDependencies": {
2727
"bootstrap": ">=2.0.0",
2828
"jquery": ">=1.7.0"
2929
},

0 commit comments

Comments
 (0)