Skip to content

Commit

Permalink
Update to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Jun 2, 2016
1 parent c2cd440 commit 269f026
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap-show-password.jquery.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-show-password",
"version": "1.0.2",
"version": "1.0.3",
"title": "Bootstrap Show Password",
"description": "Show/hide password plugin for twitter bootstrap.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-show-password.js
@@ -1,7 +1,7 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
* https://github.com/wenzhixin/bootstrap-show-password
* version: 1.0.1
* version: 1.0.3
*/

!function ($) {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap-show-password",
"main": "bootstrap-show-password.js",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/wenzhixin/bootstrap-show-password",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
Expand Down
5 changes: 2 additions & 3 deletions package.json
@@ -1,16 +1,15 @@
{
"name": "bootstrap-show-password",
"version": "1.0.2",
"version": "1.0.3",
"description": "Show/hide password plugin for twitter bootstrap.",
"main": "gulpfile.js",
"dependencies": {
"devDependencies": {
"del": "^0.1.2",
"gulp": "^3.8.7",
"gulp-header": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1"
},
"devDependencies": {},
"author": "zhixin wen <wenzhixin2010@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 269f026

Please sign in to comment.