Skip to content

Commit

Permalink
Make package.json exports more liberal
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 13, 2024
1 parent 9c064ff commit e4279d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./dist/Calendar.css": "./dist/Calendar.css"
"./*": "./*"
},
"scripts": {
"build": "yarn build-js && yarn copy-styles",
Expand Down

0 comments on commit e4279d8

Please sign in to comment.