From 9654d9b7e7a5a17103b50b08046f768a6ffe9b05 Mon Sep 17 00:00:00 2001 From: Tyler Sticka Date: Mon, 28 Sep 2015 10:31:00 -0700 Subject: [PATCH] Broaden jQuery dependency version #39 --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1edf381..2d6d23c 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ $('#my-modal').on('shown.bs.modal', function (event) { ## History +* **2.0.8**: Fixing bloated bundles bug ([#39](https://github.com/cloudfour/hideShowPassword/issues/39)) * **2.0.7**: Fixing `inheritStyles` bug ([#34](https://github.com/cloudfour/hideShowPassword/issues/34)) * **2.0.6**: Revising npm package name ([#28](https://github.com/cloudfour/hideShowPassword/issues/28)) * **2.0.5**: Revising npm package repo URL ([#28](https://github.com/cloudfour/hideShowPassword/issues/28)) diff --git a/package.json b/package.json index 05c5ab9..e9a5ca7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hideshowpassword", - "version": "2.0.7", + "version": "2.0.8", "description": "Easily reveal or hide password field contents via JavaScript or a nifty inner toggle button. Supports touch quite nicely!", "main": "hideShowPassword.js", "scripts": { @@ -27,7 +27,7 @@ }, "homepage": "http://cloudfour.github.io/hideShowPassword/", "dependencies": { - "jquery": "^2.1.3" + "jquery": ">=1.11" }, "devDependencies": { "uglify-js": "^2.4.17"