From 5ea66513537b1485112edca78056a8af788a66af Mon Sep 17 00:00:00 2001 From: Leonardo Garcia Crespo Date: Fri, 17 Oct 2014 09:07:21 -0300 Subject: [PATCH] Fix main entry point in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}