fix: add marked.min.js to package exports (#3035)

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.
This commit is contained in:
michael faith 2023-10-11 15:22:24 -05:00 committed by GitHub
parent 3aa1742709
commit 71fc094928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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