Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
git → https protocol in package.json (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersticka committed May 13, 2015
1 parent 9fc4ac6 commit f407588
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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": {
"minify": "uglifyjs hideShowPassword.js -o hideShowPassword.min.js"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudfour/hideShowPassword.git"
"url": "https://github.com/cloudfour/hideShowPassword.git"
},
"keywords": [
"form",
Expand Down

0 comments on commit f407588

Please sign in to comment.