fixed packages

This commit is contained in:
t1m0n 2016-05-06 10:15:57 +03:00
parent a5cacf89c4
commit 5453ad8728
2 changed files with 7 additions and 5 deletions

View File

@ -4,15 +4,17 @@
"authors": [
"t1m0n <t1m0n.tr@gmail.com>"
],
"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": [

View File

@ -42,12 +42,12 @@
"timepicker",
"plugin",
"customizable",
"powerfull"
"powerful"
],
"author": "t1m0n <t1m0n.tr@gmail.com>",
"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/"
}