Skip to content

Commit

Permalink
fix(browser) : correct browser entry point (#518)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>

Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Oct 16, 2022
1 parent 4614df6 commit 6c42803
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/markdown-docx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"umd"
],
"main": "index.js",
"browser": "umd/transform-docx.js",
"browser": "umd/markdown-docx.js",
"scripts": {
"webpack": "webpack --config webpack.config.js --mode production",
"build": "babel src -d lib --copy-files",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"umd"
],
"main": "index.js",
"browser": "umd/transform-html.js",
"browser": "umd/markdown-html.js",
"scripts": {
"webpack": "webpack --config webpack.config.js --mode production",
"build": "babel src -d lib --copy-files",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"umd"
],
"main": "index.js",
"browser": "index.dist.js",
"browser": "umd/markdown-pdf",
"scripts": {
"webpack": "webpack --config webpack.config.js --mode production",
"build": "babel src -d lib --copy-files",
Expand Down

0 comments on commit 6c42803

Please sign in to comment.