Skip to content

Commit

Permalink
fix(build): fix package main discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Jan 27, 2023
1 parent 6de5a48 commit 58eaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@patternfly/react-log-viewer",
"version": "4.87.97",
"description": "Terminal renderer",
"main": "dist/esm/index.js",
"main": "dist/main/index.js",
"module": "dist/esm/index.js",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 58eaf0f

Please sign in to comment.