Skip to content

Commit 6a2a36e

Browse files
committed
🌰
1 parent 2d398b0 commit 6a2a36e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
bower_components/
44
build/
5+
npm-debug.log

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "",
2+
"name": "react-if-component",
33
"version": "0.0.1",
44
"homepage": "",
55
"authors": [
66
"Gordon Freeman <eax@gmx.us>"
77
],
8-
"description": "",
8+
"description": "React component for conditional rendering of embedded elements or props",
99
"main": "",
1010
"keywords": [],
1111
"ignore": [

0 commit comments

Comments
 (0)