Skip to content

Commit 5ea6651

Browse files
committed
Fix main entry point in package.json
1 parent 2277726 commit 5ea6651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-modal",
33
"version": "0.0.2",
44
"description": "Accessible modal dialog component for React.JS",
5-
"main": "./modules/index",
5+
"main": "./lib/index",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rackt/react-modal.git"
@@ -55,4 +55,4 @@
5555
"browserify-shim": {
5656
"react": "global:React"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)