password-strength-meter
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "password-strength-meter", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A password strength meter plugin for jQuery", | ||
"main": "dist/password.min.js", | ||
"scripts": { | ||
"test": "karma start test/support/karma.conf.js", | ||
"test-local": "npm test phantom", | ||
"test": "eslint src && karma start test/support/karma.conf.js", | ||
"test-virtual": "VIRTUAL=true npm test", | ||
"phantom": "npm test -- --browsers PhantomJS --single-run", | ||
@@ -41,2 +41,3 @@ "firefox": "npm test -- --browsers Firefox --single-run", | ||
"es6-arrow-function": "^0.6.6", | ||
"eslint": "^4.5.0", | ||
"gulp": "^3.9.1", | ||
@@ -64,3 +65,3 @@ "gulp-chmod": "^2.0.0", | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"jquery": ">=1.14.0" | ||
@@ -67,0 +68,0 @@ }, |
@@ -10,2 +10,3 @@ Password Strength Meter plugin for jQuery | ||
[![Code climate][climate svg]][climate] | ||
[![jsDelivr CDN][jsdelivr svg]][jsdelivr] | ||
@@ -161,3 +162,4 @@ [![Sauce labs][sauce svg]][sauce] | ||
[climate]: https://codeclimate.com/github/elboletaire/password-strength-meter | ||
[sauce]: https://saucelabs.com/u/elboletaire | ||
[jsdelivr]: https://www.jsdelivr.com/package/npm/password-strength-meter | ||
[sauce]: https://saucelabs.com/u/password-strength-manager | ||
@@ -170,2 +172,3 @@ [build svg]: https://img.shields.io/travis/elboletaire/password-strength-meter/master.svg?style=flat-square | ||
[climate svg]: https://img.shields.io/codeclimate/github/elboletaire/password-strength-meter.svg?style=flat-square | ||
[sauce svg]: https://badges.herokuapp.com/sauce/elboletaire?name=password-strength-meter%20browser%20tests&style=flat-square | ||
[jsdelivr svg]: https://data.jsdelivr.com/v1/package/npm/password-strength-meter/badge | ||
[sauce svg]: https://badges.herokuapp.com/sauce/password-strength-manager?style=flat-square |
66617
172
27
- Removedjquery@>=1.14.0