Skip to content

Commit 35c56e6

Browse files
committedApr 24, 2018
[chore] fix incorrect path for module in package.json.
1 parent a235089 commit 35c56e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.4.2",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index.js",
6-
"module": "./src/index.js",
6+
"module": "./lib/index.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/reactjs/react-modal.git"

0 commit comments

Comments
 (0)
Please sign in to comment.