Skip to content

Commit

Permalink
Fix main entry point in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leoasis committed Oct 17, 2014
1 parent 2277726 commit 5ea6651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -55,4 +55,4 @@
"browserify-shim": {
"react": "global:React"
}
}
}

0 comments on commit 5ea6651

Please sign in to comment.