Skip to content

Commit 7250e93

Browse files
author
Oliver ALR
committed
README up to date
1 parent bbf077f commit 7250e93

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ dist
104104
.tern-port
105105

106106
#Visual Studio Code
107-
.vscode/
107+
.vscode/
108+
.DS_Store

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div align="center">
1111
<!-- Badges -->
1212

13-
![Release](https://img.shields.io/badge/release-v0.1.1-success)&nbsp;![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-success)&nbsp;![Version](https://img.shields.io/github/v/release/facebook/react?logo=react)&nbsp;![License](https://img.shields.io/npm/l/react?color=blue)
13+
![Release](https://img.shields.io/badge/release-v1.0.0-success)&nbsp;![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-success)&nbsp;![Version](https://img.shields.io/github/v/release/facebook/react?logo=react)&nbsp;![License](https://img.shields.io/npm/l/react?color=blue)
1414

1515
</div>
1616

@@ -22,7 +22,7 @@
2222

2323
<dl>
2424
<dt><i>Just one component</i></dt>
25-
<dd>Wrap all your to-render components inside Hider component</dd>
25+
<dd>Wrap all your to-render components inside Hider component.</dd>
2626
</dl>
2727
<dl>
2828
<dt><i>Less verbose components</i></dt>
@@ -37,6 +37,10 @@
3737
<dd>Render or not an expected value based on a boolean prop.</dd>
3838
</dl>
3939

40+
## Examples Up and Running
41+
42+
Add Examples Here...
43+
4044
## License
4145

4246
This project is licensed under the MIT license, Copyright © 2020 Oliver ALR.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hider",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
React Hider || V0.1.1 || MIT License || Made in Home with ❤️
2+
React Hider || V1.0.0 || MIT License || Made in Home with ❤️
33
*/
44
import React from 'react'
55
/*

0 commit comments

Comments
 (0)