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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # react-picky-date-time
2
- [![npm version](https://badge.fury.io/js/react-picky-date-time.svg)](https://badge.fury.io/js/react-picky-date-time) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-picky-date-time.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/edwardxiao/react-picky-date-time/master/LICENSE)[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
2
+ [![npm version](https://badge.fury.io/js/react-picky-date-time.svg)](https://badge.fury.io/js/react-picky-date-time) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-picky-date-time.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/edwardfxiao/react-picky-date-time/master/LICENSE)[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
3
3
 
4
4
  A react component for date time picker.
5
5
 
6
- <img src="https://raw.githubusercontent.com/edwardxiao/react-picky-date-time/master/react-picky-date-time.gif" />
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/edwardxiao/react-minimal-datetime-range">react-minimal-datetime-range</a>
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://edwardxiao.github.io/react-picky-date-time/">online demo example</a>
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/edwardxiao/react-picky-date-time/blob/gh-pages/example/index.js">you can find demo source here :)</a>
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",
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/edwardxiao/react-picky-date-time.git"
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/edwardxiao/react-picky-date-time/issues"
25
+ "url": "https://github.com/edwardfxiao/react-picky-date-time/issues"
26
26
  },
27
- "homepage": "https://github.com/edwardxiao/react-picky-date-time#readme",
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",