mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 02:49:13 +08:00
fix promo image and version
This commit is contained in:
parent
ccbc3c9680
commit
41b87ec068
@ -2,7 +2,7 @@
|
||||
|
||||
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+).
|
||||
|
||||

|
||||

|
||||
|
||||
## Install
|
||||
|
||||
@ -26,6 +26,9 @@ $('.my-datepicker').datepicker([options])
|
||||
|
||||
## Change log
|
||||
|
||||
### v2.0.1
|
||||
* fixed version for npm
|
||||
|
||||
### v2.0.0
|
||||
* added timepicker (see [docs](http://t1m0n.name/air-datepicker/docs#timepicker) for more info)
|
||||
* added possibility to set `Date` in `todayButton`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "air-datepicker",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"authors": [
|
||||
"t1m0n <t1m0n.tr@gmail.com>"
|
||||
],
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "air-datepicker",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.1.0",
|
||||
"browserify": "^13.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user