Skip to content

Commit

Permalink
Attemtp at fixing CRAv5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Mar 11, 2022
1 parent 7f6f670 commit 50c9ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"main": "src/index.ts",
"publishConfig": {
"type": "commonjs",
"type": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"main": "src/index.ts",
"publishConfig": {
"type": "commonjs",
"type": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 50c9ef8

Please sign in to comment.