From 228ad9421b300e541e7ef2a310c507445caba13d Mon Sep 17 00:00:00 2001 From: michael faith Date: Mon, 9 Oct 2023 15:08:48 -0500 Subject: [PATCH] fix: add marked.min.js to export conditions This change adds the minified js to the package's export conditions. This will allow projects using PnP to have access to the script during build time. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a084627009..c793ce9e0e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "default": "./lib/marked.cjs" }, "./bin/marked": "./bin/marked.js", + "./marked.min.js": "./marked.min.js", "./package.json": "./package.json" }, "repository": "git://github.com/markedjs/marked.git",