fix: Set commonJS code as main
in package.json
(#2276)
This commit is contained in:
parent
9286c8fb97
commit
7e636d5a0b
@ -4,7 +4,7 @@
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "4.0.0",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.esm.js",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
"browser": "./lib/marked.cjs",
|
||||
"bin": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user