Skip to content

Commit

Permalink
chore: fix packemon build (#25)
Browse files Browse the repository at this point in the history
Sets the new `cheerio` dependency as an `external`, so it doesn't get
packed into the release bundle.
  • Loading branch information
barjin authored Nov 19, 2024
1 parent 31f1722 commit 9d3fcd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/docusaurus-plugin-typedoc-api",
"version": "4.2.11-0",
"version": "4.2.11-1",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down Expand Up @@ -32,7 +32,8 @@
"@theme/*",
"@docusaurus/*",
"@vscode/*",
"css$"
"css$",
"cheerio*"
]
},
"peerDependencies": {
Expand Down

0 comments on commit 9d3fcd4

Please sign in to comment.