Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit c2b7073

Browse files
committed
Merge pull request #15 from davidgomes/patch-1
Fixes the main attribute of bower.json.
2 parents f4e97c6 + 3127324 commit c2b7073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "react",
3-
"main": "react.js",
3+
"main": ["react.js", "react-dom.js"],
44
"ignore": []
55
}

0 commit comments

Comments
 (0)