Skip to content

Commit

Permalink
[chore] fix incorrect path for module in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Apr 24, 2018
1 parent a235089 commit 35c56e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.4.2",
"description": "Accessible modal dialog component for React.JS",
"main": "./lib/index.js",
"module": "./src/index.js",
"module": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/reactjs/react-modal.git"
Expand Down

0 comments on commit 35c56e6

Please sign in to comment.