diff --git a/bower.json b/bower.json index 8c2c6ea..0d12a23 100644 --- a/bower.json +++ b/bower.json @@ -4,15 +4,17 @@ "authors": [ "t1m0n " ], - "description": "A lightweight jQuery datepicker", + "description": "A lightweight, customizable, powerful jQuery datepicker", "main": [ "dist/js/datepicker.min.js", "dist/css/datepicker.min.css" ], "keywords": [ "datepicker", - "calendar", - "lightweight" + "timepicker", + "plugin", + "customizable", + "powerful" ], "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index 1d5d467..564b028 100644 --- a/package.json +++ b/package.json @@ -42,12 +42,12 @@ "timepicker", "plugin", "customizable", - "powerfull" + "powerful" ], "author": "t1m0n ", "license": "MIT", "bugs": { "url": "https://github.com/t1m0n/air-datepicker/issues" }, - "homepage": "https://github.com/t1m0n/air-datepicker#readme" + "homepage": "http://t1m0n.name/air-datepicker/docs/" }