Skip to content

Commit c1226fd

Browse files
committed
🕕
1 parent b7a5564 commit c1226fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Gordon Freeman <eax@gmx.us> (https://github.com/gfdev)"
77
],
88
"description": "React component for conditional rendering of embedded elements or props",
9-
"main": "",
9+
"main": "index.js",
1010
"keywords": [
1111
"React",
1212
"conditional",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-if-comp",
33
"version": "0.0.2",
44
"description": "React component for conditional rendering of embedded elements or props",
5-
"main": "",
5+
"main": "index.js",
66
"keywords": [
77
"React",
88
"conditional",

0 commit comments

Comments
 (0)