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",
|
||||
"version": "2.1.3",
|
||||
"main": "./src/marked.js",
|
||||
"module": "./lib/marked.esm.js",
|
||||
"browser": "./lib/marked.js",
|
||||
"bin": {
|
||||
"marked": "bin/marked"
|
||||
|
Loading…
x
Reference in New Issue
Block a user