aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authoryiminghe <yiminghe@gmail.com>2015-11-27 16:15:05 +0800
committeryiminghe <yiminghe@gmail.com>2015-11-27 16:15:05 +0800
commit8133e8cf3b37b2be764616493ade7c7a7678fce1 (patch)
tree4321352889ab62f18ff8703adac8756ddb506dc0 /package.json
parent7702bb67968104a64fa85ba7e893bf2393eeb3c5 (diff)
downloadtime-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.gz
time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.zst
time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.zip
add gregorianCalendarLocale prop1.0.0-alpha1
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 569661f..f9246c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "rc-time-picker", 2 "name": "rc-time-picker",
3 "version": "0.7.1", 3 "version": "1.0.0-alpha1",
4 "description": "React TimePicker", 4 "description": "React TimePicker",
5 "keywords": [ 5 "keywords": [
6 "react", 6 "react",
@@ -57,10 +57,9 @@
57 "lint" 57 "lint"
58 ], 58 ],
59 "dependencies": { 59 "dependencies": {
60 "classnames": "~2.2.0", 60 "classnames": "2.x",
61 "gregorian-calendar": "4.x", 61 "gregorian-calendar": "4.x",
62 "gregorian-calendar-format": "4.x", 62 "gregorian-calendar-format": "4.x",
63 "rc-trigger": "1.x", 63 "rc-trigger": "1.x"
64 "rc-util": "2.x"
65 } 64 }
66} 65}