diff --git a/package.json b/package.json index 90e175a8..d1a68257 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-modal", "version": "0.0.2", "description": "Accessible modal dialog component for React.JS", - "main": "./modules/index", + "main": "./lib/index", "repository": { "type": "git", "url": "https://github.com/rackt/react-modal.git" @@ -55,4 +55,4 @@ "browserify-shim": { "react": "global:React" } -} \ No newline at end of file +}