[remark-embed][s]: don't include README in dist

- it will already be included by npm anyway
This commit is contained in:
olayway 2023-06-07 15:06:08 +02:00
parent 4141af0e82
commit ee87c4f623

View File

@ -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"]
}
}
},