Skip to content

Commit 8a1b630

Browse files
committed
Fix main path in package.json
Fixes #726
1 parent f24328c commit 8a1b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router",
33
"version": "0.11.6",
44
"description": "A complete routing library for React.js",
5-
"main": "index.js",
5+
"main": "modules/index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rackt/react-router.git"

0 commit comments

Comments
 (0)