From 4870224130b00c2f62b485c32e2b5deea6b89006 Mon Sep 17 00:00:00 2001 From: allen joslin Date: Sat, 26 Sep 2015 17:57:06 -0400 Subject: [PATCH 1/3] added bower.json for installation via bower --- bower.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f687781 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "jquery-simple-image-check", + "version": "0.4.0", + "description": "Simple image replacement for checkboxes and radio buttons", + "main": "./jquery.simpleImageCheck.js", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + }, + "devDependencies": { + }, + "keywords": [ + "jquery-plugin", + "form", + "radio button", + "image" + ], + "author": "Jordan Kasper", + "license": "MIT", + "homepage": "https://github.com/jakerella/jquerySimpleImageCheck" +} + + From 0abda95b3f83d2024f00224bacea1a8649a06e75 Mon Sep 17 00:00:00 2001 From: allen joslin Date: Sat, 26 Sep 2015 18:16:03 -0400 Subject: [PATCH 2/3] Update README.md add bower installation instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7629964..4d9a2b4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ is still there (just hidden), and all form submissions will work as normal. * Chrome * Opera +**Installation** + +via Bower + +bower install --save jquerySimpleImageCheck + **Usage** _Options:_ From c266d62424edb980da40037633cf2535fc4e7c4a Mon Sep 17 00:00:00 2001 From: allen joslin Date: Sat, 26 Sep 2015 18:16:57 -0400 Subject: [PATCH 3/3] Update README.md format install instruction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d9a2b4..99088eb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ is still there (just hidden), and all form submissions will work as normal. via Bower +``` bower install --save jquerySimpleImageCheck +``` **Usage**