Skip to content

Commit

Permalink
up to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lh0x00 committed May 30, 2018
1 parent 8792a9b commit dee3d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[ignore]
node_modules

[include]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-pure-component",
"version": "0.1.0",
"version": "0.1.1",
"description": "a higher-order component to reduce render times quickly",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ a higher-order component to reduce render times quickly for lazy people like me!
```bash
# use npm
$ npm install rc-pure-component

# or yarn
$ yarn add rc-pure-component
```
Expand Down

0 comments on commit dee3d54

Please sign in to comment.