fix: Add module field to package.json (#2143)

BREAKING CHANGE: Add module field to package.json
This commit is contained in:
Ben McCann 2021-08-04 14:34:34 -07:00 committed by GitHub
parent 433b16fa3a
commit edc2e6dc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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