Skip to content

Commit

Permalink
fix: Add module field to package.json (#2143)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Add module field to package.json
  • Loading branch information
benmccann committed Aug 4, 2021
1 parent 433b16f commit edc2e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit edc2e6d

@vercel
Copy link

@vercel vercel bot commented on edc2e6d Aug 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.