chore(turndown-plugin-gfm): fix build warnings

This commit is contained in:
Elian Doran 2025-03-20 08:52:55 +02:00
parent 419d5ffd1b
commit bce4cfe731
No known key found for this signature in database

View File

@ -32,6 +32,7 @@
"type": "git", "type": "git",
"url": "https://github.com/laurent22/joplin-turndown-plugin-gfm.git" "url": "https://github.com/laurent22/joplin-turndown-plugin-gfm.git"
}, },
"type": "module",
"scripts": { "scripts": {
"build-all": "npm run build-cjs && npm run build-es && npm run build-iife", "build-all": "npm run build-cjs && npm run build-es && npm run build-iife",
"build": "rollup -c config/rollup.config.cjs.js", "build": "rollup -c config/rollup.config.cjs.js",