Skip to content

Commit

Permalink
fix: fix module path in package.json (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: pradel <pradel.leo@gmail.com>
  • Loading branch information
hudochenkov and pradel committed Sep 23, 2020
1 parent 80a57e8 commit e5c85dd
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 @@ -4,7 +4,7 @@
"description": "A simple responsive and accessible react modal compatible with React 16 and ready for React 17",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/mylib.esm.js",
"module": "dist/react-responsive-modal.esm.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsdx watch",
Expand Down

0 comments on commit e5c85dd

Please sign in to comment.