From f40758897b8e47293c9c5b6f770d5955ad0496e0 Mon Sep 17 00:00:00 2001 From: Tyler Sticka Date: Wed, 13 May 2015 16:00:15 -0700 Subject: [PATCH] =?UTF-8?q?git=20=E2=86=92=20https=20protocol=20in=20packa?= =?UTF-8?q?ge.json=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d5dee..cd2a9a6 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ $('#my-modal').on('shown.bs.modal', function (event) { ## History +* **2.0.5**: Fixing `npm install` issue ([#28](https://github.com/cloudfour/hideShowPassword/issues/28)) * **2.0.4**: Namespaced events ([#20](https://github.com/cloudfour/hideShowPassword/issues/20)), [npm](https://www.npmjs.com/) support ([#21](https://github.com/cloudfour/hideShowPassword/issues/21)) * **2.0.3**: Removed errant `console.log` call ([#13](https://github.com/cloudfour/hideShowPassword/issues/13)) * **2.0.2**: `className` option now instantiates on `init` ([#11](https://github.com/cloudfour/hideShowPassword/issues/11)) diff --git a/package.json b/package.json index 9b66ad4..a512b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hideShowPassword", - "version": "2.0.4", + "version": "2.0.5", "description": "Easily reveal or hide password field contents via JavaScript or a nifty inner toggle button. Supports touch quite nicely!", "main": "hideShowPassword.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/cloudfour/hideShowPassword.git" + "url": "https://github.com/cloudfour/hideShowPassword.git" }, "keywords": [ "form",