Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jan 25, 2016
1 parent af4f83a commit 7ac25fd
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "zebra_datepicker",
"description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin",
"version": "1.9.3",
"license": "LGPL",
"version": "1.9.4",
"main": "public/javascript/zebra_datepicker.js",
"authors": ["Stefan Gabos"],
"ignore": {},
"homepage": "https://github.com/stefangabos/Zebra_Datepicker",
"authors": [
"Stefan Gabos <[email protected]>"
],
"description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin",
"keywords": [
"calendar",
"date",
Expand All @@ -15,6 +16,16 @@
"ui"
],
"dependencies": {
"jquery": ">= 1.5.2"
}
"jquery": ">=1.5.2 <2.x"
},
"license": "LGPL",
"ignore": [
".gitattributes",
".gitignore",
".npmignore",
"Gruntfile.js",
"package.json",
"README.md",
"bower.json"
]
}

0 comments on commit 7ac25fd

Please sign in to comment.