1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Tools: Remove es module entry points from Turndown packages, as they are not being included in the dist (#5226)

This commit is contained in:
David Beale 2021-07-22 10:51:19 +01:00 committed by GitHub
parent c89037b4a2
commit 52e1a05f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@
"version": "1.0.32",
"author": "Dom Christie",
"main": "lib/turndown-plugin-gfm.cjs.js",
"module": "lib/turndown-plugin-gfm.es.js",
"jsnext:main": "lib/turndown-plugin-gfm.es.js",
"devDependencies": {
"browserify": "^14.5.0",
"rollup": "^0.50.0",

View File

@ -4,8 +4,6 @@
"version": "4.0.50",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"module": "lib/turndown.es.js",
"jsnext:main": "lib/turndown.es.js",
"publishConfig": {
"access": "public"
},