Skip to content

Commit

Permalink
added "exports"-field markedjs#1692
Browse files Browse the repository at this point in the history
Signed-off-by: kilian <kilian@catsoft.com>
  • Loading branch information
kilian committed Jul 9, 2020
1 parent 7b3036f commit 6248b0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"man/",
"marked.min.js"
],
"exports": {
".": {
"import": "lib/marked.esm.js",
"require": "lib/marked.js"
}
},
"repository": "git://github.com/markedjs/marked.git",
"homepage": "https://marked.js.org",
"bugs": {
Expand All @@ -34,6 +40,8 @@
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@markedjs/html-differ": "^3.0.2",
"@types/node": "^14.0.9",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"commonmark": "0.29.x",
"eslint": "^7.0.0",
Expand All @@ -51,6 +59,7 @@
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-license": "^2.0.1",
"standardx": "^5.0.0",
"uglify-js": "^3.9.3",
"vuln-regex-detector": "^1.3.0"
},
Expand Down

0 comments on commit 6248b0a

Please sign in to comment.