fix: Add module field to package.json (#2143)
BREAKING CHANGE: Add module field to package.json
This commit is contained in:
parent
433b16fa3a
commit
edc2e6dc12
@ -4,6 +4,7 @@
|
|||||||
"author": "Christopher Jeffrey",
|
"author": "Christopher Jeffrey",
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
"main": "./src/marked.js",
|
"main": "./src/marked.js",
|
||||||
|
"module": "./lib/marked.esm.js",
|
||||||
"browser": "./lib/marked.js",
|
"browser": "./lib/marked.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"marked": "bin/marked"
|
"marked": "bin/marked"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user