From 7ac25fd0fd2b623f2a94d95492bdff4c5c709bb4 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Mon, 25 Jan 2016 09:33:02 +0200 Subject: [PATCH] Minor improvements --- bower.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 1f39aa0..acb5eb8 100644 --- a/bower.json +++ b/bower.json @@ -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 " + ], + "description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin", "keywords": [ "calendar", "date", @@ -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" + ] }