Skip to content

Commit

Permalink
#50 Fix module field in package.json definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomic-croz committed Oct 20, 2023
1 parent 2d306cb commit 6a7a5d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/two-comics-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@croz/nrich-form-configuration-core": patch
"@croz/nrich-notification-core": patch
"@croz/nrich-notification-mui": patch
---

#50 Fix module field in package.json definitions
2 changes: 1 addition & 1 deletion libs/form-configuration/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"zustand"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/notification/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/notification/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"peerDependencies": {
"@croz/nrich-notification-core": "^1.0.0",
"@mui/material": "^5.0.0",
Expand Down

0 comments on commit 6a7a5d1

Please sign in to comment.