react-picky-date-time 1.7.3 → 1.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# react-picky-date-time
|
|
2
|
-
[](https://badge.fury.io/js/react-picky-date-time)  [](https://raw.githubusercontent.com/
|
|
2
|
+
[](https://badge.fury.io/js/react-picky-date-time)  [](https://raw.githubusercontent.com/edwardfxiao/react-picky-date-time/master/LICENSE)[](https://github.com/996icu/996.ICU/blob/master/LICENSE)[](https://996.icu)
|
|
3
3
|
|
|
4
4
|
A react component for date time picker.
|
|
5
5
|
|
|
6
|
-
<img src="https://raw.githubusercontent.com/
|
|
6
|
+
<img src="https://raw.githubusercontent.com/edwardfxiao/react-picky-date-time/master/react-picky-date-time.gif" />
|
|
7
7
|
|
|
8
8
|
NO Jquery, NO Moment.js
|
|
9
9
|
|
|
10
|
-
### :tada: For range surpport, please take a look at <a href="https://github.com/
|
|
10
|
+
### :tada: For range surpport, please take a look at <a href="https://github.com/edwardfxiao/react-minimal-datetime-range">react-minimal-datetime-range</a>
|
|
11
11
|
|
|
12
12
|
# Demo & Examples
|
|
13
|
-
Please check the <a href="https://
|
|
13
|
+
Please check the <a href="https://edwardfxiao.github.io/react-picky-date-time/">online demo example</a>
|
|
14
14
|
|
|
15
|
-
Attention: <a href="https://github.com/
|
|
15
|
+
Attention: <a href="https://github.com/edwardfxiao/react-picky-date-time/blob/gh-pages/example/index.js">you can find demo source here :)</a>
|
|
16
16
|
|
|
17
17
|
# Codesandbox Examples
|
|
18
18
|
* <a href="https://codesandbox.io/s/y29w6p6krj">Online demo example playground</a>
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-picky-date-time",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "A react component for date time picker.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/edwardfxiao/react-picky-date-time.git"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"author": "Edward Xiao",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/edwardfxiao/react-picky-date-time/issues"
|
|
26
26
|
},
|
|
27
|
-
"homepage": "https://github.com/
|
|
27
|
+
"homepage": "https://github.com/edwardfxiao/react-picky-date-time#readme",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"babel": "BABEL_ENV=lib babel ./src/js/PickyDateTime --out-dir ./lib/components",
|
|
30
30
|
"build": "rm -rf lib && npm run babel && npm run build_prod",
|