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": [ "authors": [
"t1m0n <t1m0n.tr@gmail.com>" "t1m0n <t1m0n.tr@gmail.com>"
], ],
"description": "A lightweight jQuery datepicker", "description": "A lightweight, customizable, powerful jQuery datepicker",
"main": [ "main": [
"dist/js/datepicker.min.js", "dist/js/datepicker.min.js",
"dist/css/datepicker.min.css" "dist/css/datepicker.min.css"
], ],
"keywords": [ "keywords": [
"datepicker", "datepicker",
"calendar", "timepicker",
"lightweight" "plugin",
"customizable",
"powerful"
], ],
"license": "MIT", "license": "MIT",
"ignore": [ "ignore": [

View File

@ -42,12 +42,12 @@
"timepicker", "timepicker",
"plugin", "plugin",
"customizable", "customizable",
"powerfull" "powerful"
], ],
"author": "t1m0n <t1m0n.tr@gmail.com>", "author": "t1m0n <t1m0n.tr@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/t1m0n/air-datepicker/issues" "url": "https://github.com/t1m0n/air-datepicker/issues"
}, },
"homepage": "https://github.com/t1m0n/air-datepicker#readme" "homepage": "http://t1m0n.name/air-datepicker/docs/"
} }