Skip to content

Commit 71fc094

Browse files
authored
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.
1 parent 3aa1742 commit 71fc094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"default": "./lib/marked.cjs"
2626
},
2727
"./bin/marked": "./bin/marked.js",
28+
"./marked.min.js": "./marked.min.js",
2829
"./package.json": "./package.json"
2930
},
3031
"repository": "git://github.com/markedjs/marked.git",

0 commit comments

Comments
 (0)