Skip to content

Commit

Permalink
[remark-embed][s]: don't include README in dist
Browse files Browse the repository at this point in the history
- it will already be included by npm anyway
  • Loading branch information
olayway committed Jun 7, 2023
1 parent 4141af0 commit ee87c4f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/remark-embed/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@
"tsConfig": "packages/remark-embed/tsconfig.lib.json",
"project": "packages/remark-embed/package.json",
"format": ["esm", "cjs"],
"external": ["unist-util-visit"],
"generateExportsField": true,
"assets": [
{
"glob": "packages/remark-embed/README.md",
"input": ".",
"output": "."
}
]
"external": ["unist-util-visit"]
}
}
},
Expand Down

0 comments on commit ee87c4f

Please sign in to comment.