Skip to content

Commit

Permalink
- rename
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardxiao committed Dec 10, 2021
1 parent 6bf3fe4 commit ec84a6b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# react-minimal-datetime-range
[![npm version](https://badge.fury.io/js/react-minimal-datetime-range.svg)](https://badge.fury.io/js/react-minimal-datetime-range) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-minimal-datetime-range.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/edwardfhsiao/react-minimal-datetime-range/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)
[![npm version](https://badge.fury.io/js/react-minimal-datetime-range.svg)](https://badge.fury.io/js/react-minimal-datetime-range) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-minimal-datetime-range.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/edwardfxiao/react-minimal-datetime-range/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)

A react component for date time range picker. Online demo examples.
# <img src="https://raw.githubusercontent.com/edwardfhsiao/react-minimal-datetime-range/master/react-minimal-datetime-range.gif" />
# <img src="https://raw.githubusercontent.com/edwardfxiao/react-minimal-datetime-range/master/react-minimal-datetime-range.gif" />

# Online Demo
<a href="https://edwardfhsiao.github.io/react-minimal-datetime-range/">Online demo example</a>
<a href="https://edwardfxiao.github.io/react-minimal-datetime-range/">Online demo example</a>

<a href="https://github.com/edwardfhsiao/react-minimal-datetime-range/blob/gh-pages/example/index.js">Demo source code</a>
<a href="https://github.com/edwardfxiao/react-minimal-datetime-range/blob/gh-pages/example/index.js">Demo source code</a>

# Codesandbox Examples
* <a href="https://codesandbox.io/s/index-z90y9">Live playground</a> (Make sure window width is greater than 900 for better experience)
Expand Down
2 changes: 1 addition & 1 deletion lib/react-minimal-datetime-range.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "react-minimal-datetime-range",
"version": "1.7.0",
"version": "1.7.1",
"description": "A react component for date time range picker.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/edwardfhsiao/react-minimal-datetime-range.git"
"url": "git+https://github.com/edwardfxiao/react-minimal-datetime-range.git"
},
"keywords": [
"react",
Expand All @@ -24,9 +24,9 @@
"author": "Edward Xiao",
"license": "MIT",
"bugs": {
"url": "https://github.com/edwardfhsiao/react-minimal-datetime-range/issues"
"url": "https://github.com/edwardfxiao/react-minimal-datetime-range/issues"
},
"homepage": "https://edwardfhsiao.github.io/react-minimal-datetime-range",
"homepage": "https://edwardfxiao.github.io/react-minimal-datetime-range",
"scripts": {
"jslint": " ",
"babel": "BABEL_ENV=lib babel ./src/js/component --out-dir ./lib/components",
Expand Down
2 changes: 1 addition & 1 deletion src/html/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<div style="margin: 0 auto;text-align: center;">
<h1>react-minimal-datetime-range</h1>
<a href="https://github.com/edwardfhsiao/react-minimal-datetime-range">fork me on Github@edwardfhsiao</a></div>
<a href="https://github.com/edwardfxiao/react-minimal-datetime-range">fork me on Github@edwardfxiao</a></div>
<br/>
<br/>
<div class="root" id="root"></div>
Expand Down
20 changes: 10 additions & 10 deletions webpack/umd.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ module.exports = {
],
},
{ test: /\.(ts|tsx)$/, loader: 'awesome-typescript-loader' },
{
test: /\.jsx?$/,
include: [PATH.ROOT_PATH],
exclude: [PATH.NODE_MODULES_PATH],
enforce: 'post',
loader: 'eslint-loader',
options: {
emitWarning: true,
},
},
// {
// test: /\.jsx?$/,
// include: [PATH.ROOT_PATH],
// exclude: [PATH.NODE_MODULES_PATH],
// enforce: 'post',
// loader: 'eslint-loader',
// options: {
// emitWarning: true,
// },
// },
{
test: /\.jsx?$/,
include: [PATH.ROOT_PATH],
Expand Down

0 comments on commit ec84a6b

Please sign in to comment.