Skip to content

Commit

Permalink
chore: update tk2
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 6, 2020
1 parent d0d5d25 commit ff3708c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
npm install -S @feizheng/react-fade-image
```

## update
```shell
npm update @feizheng/react-fade-image
```

## properties
| Name | Type | Required | Default | Description |
| --------- | ------ | -------- | ------- | ------------------------------------- |
Expand Down Expand Up @@ -88,6 +83,9 @@ npm update @feizheng/react-fade-image
## documentation
- https://afeiship.github.io/react-fade-image/

## resources
- https://github.com/aFarkas/lazysizes


## license
Code released under [the MIT license](https://github.com/afeiship/react-fade-image/blob/master/LICENSE.txt).
Expand Down
5 changes: 0 additions & 5 deletions build/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
npm install -S @feizheng/react-fade-image
```

## update
```shell
npm update @feizheng/react-fade-image
```

## properties
__GENERATE_DOCS__

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="format-detection" content="telephone=no"/><meta name="format-detection" content="email=no"/><meta name="format-detection" content="address=no"/><meta name="format-detection" content="date=no"/><meta name="referrer" content="never"><title>ReactComponent | ReactFadeImage</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.8.2/tailwind.min.css" integrity="sha512-+/95pvtN7AfR4cmVHo1q3K+zjgKFd4e05glVwGheq+GTxMZhCeQ2cbN/Rd76LXpD3OO3Yl7Z5s53ELIvTleAug==" crossorigin="anonymous"/><link rel="icon" href="favicon.ico"><link href="./assets/styles/main.43a2e0d784293e6edd69.css" rel="stylesheet"></head><body><main id="app"></main><script src="./assets/bundle.7a063272c5af34d73d78.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="format-detection" content="telephone=no"/><meta name="format-detection" content="email=no"/><meta name="format-detection" content="address=no"/><meta name="format-detection" content="date=no"/><meta name="referrer" content="never"><title>ReactComponent | ReactFadeImage</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/1.8.2/tailwind.min.css" integrity="sha512-+/95pvtN7AfR4cmVHo1q3K+zjgKFd4e05glVwGheq+GTxMZhCeQ2cbN/Rd76LXpD3OO3Yl7Z5s53ELIvTleAug==" crossorigin="anonymous"/><link rel="icon" href="favicon.ico"><link href="./assets/styles/main.43a2e0d784293e6edd69.css" rel="stylesheet"></head><body><main id="app"></main><script src="./assets/bundle.ba04c586261c1a17716e.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feizheng/react-fade-image",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fade or lazy image for react.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -18,7 +18,12 @@
},
"keywords": [
"react",
"component"
"fade",
"fade-in",
"image",
"img",
"lazy",
"fade-out"
],
"author": "afei",
"license": "MIT",
Expand Down

0 comments on commit ff3708c

Please sign in to comment.