From 51d0a7692e94122af3c99c0576e85b13fdf5646e Mon Sep 17 00:00:00 2001 From: olayway Date: Wed, 7 Jun 2023 15:03:20 +0200 Subject: [PATCH] [remark-callouts][xs]: don't include README in /dist - it is included automatically by npm, in the parent folder --- packages/remark-callouts/project.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/remark-callouts/project.json b/packages/remark-callouts/project.json index 095fcb10..4096ab70 100644 --- a/packages/remark-callouts/project.json +++ b/packages/remark-callouts/project.json @@ -28,13 +28,7 @@ "project": "packages/remark-callouts/package.json", "format": ["esm", "cjs"], "extractCss": true, - "generateExportsField": true, "assets": [ - { - "glob": "packages/remark-callouts/README.md", - "input": ".", - "output": "." - }, { "glob": "packages/remark-callouts/styles.css", "input": ".",