Skip to content

Commit

Permalink
v2.2.7
Browse files Browse the repository at this point in the history
Added bower.json
  • Loading branch information
ukrbublik committed Nov 5, 2015
1 parent ce9dd29 commit 514d704
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ to open, Esc to close. Popup will autoclose when looses focus.</li>
<ul>
<li>CSS fixes for WebKit.</li>
</ul>
<li><b>2015-11-05 - v2.2.7</b><br>
<ul>
<li>Added bower.json.</li>
</ul>
</ul>
52 changes: 52 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "grisel",
"description": "jQuery-based custom select control, represents options as paginated grid, features search and filter by first letter.",
"main": [
"src/css/prettyCheckboxes2.css",
"src/css/grisel.css",
"src/js/prettyCheckboxes2.js",
"src/js/grisel.js",
"src/images/arrow-down.gif",
"src/images/arrow-up.gif",
"src/images/btl-left.png",
"src/images/btl-left-hover.png",
"src/images/btl-right.png",
"src/images/btl-right-hover.png",
"src/images/checkbox.png",
"src/images/close.png",
"src/images/radio.png",
"src/images/ui-icons_ff7519_256x240.png"
],
"dependencies": {
"jquery": ">=1.6",
"jquery.easing": ">=1.3"
},
"keywords": [
"multiselect",
"select",
"dropdown",
"form",
"control",
"jquery"
],
"authors": [
{
"name": "Oblogin Denis",
"email": "ukrbublik@gmail.com",
"homepage": "https://github.com/ukrbublik"
}
],
"homepage": "https://github.com/ukrbublik/grisel",
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/grisel.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion grisel.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grisel",
"version": "2.2.6",
"version": "2.2.7",
"title": "grisel (GRId_SELect)",
"description": "jQuery-based custom select control, represents options as paginated grid, features search and filter by first letter.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grisel",
"version": "2.2.6",
"version": "2.2.7",
"title": "grisel (GRId_SELect)",
"description": "jQuery-based custom select control, represents options as paginated grid, features search and filter by first letter.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/css/grisel.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Requires: browser with CSS3 support (for flex), jQuery, jQuery easing plugin
*
* @version 2.2.6
* @version 2.2.7
* @homepage https://github.com/ukrbublik/grisel
* @author ukrbublik
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion src/js/grisel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Requires: browser with CSS3 support (for flex), jQuery, jQuery easing plugin
*
* @version 2.2.6
* @version 2.2.7
* @homepage https://github.com/ukrbublik/grisel
* @author ukrbublik
* @license MIT
Expand Down

0 comments on commit 514d704

Please sign in to comment.