Skip to content

Commit

Permalink
Merge pull request #5 from leoasis/fix_main_package_json
Browse files Browse the repository at this point in the history
[fixed] Fix main entry point in package.json
  • Loading branch information
ryanflorence committed Oct 31, 2014
2 parents 2277726 + 5ea6651 commit cf3e57a
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 cf3e57a

Please sign in to comment.