switching module options

This commit is contained in:
evilchili
2026-08-10 12:19:01 -07:00
parent 0fbefbd085
commit d16e30caa5
8 changed files with 121 additions and 37 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
"name": "hopdown",
"version": "1.0.0",
"description": "Configurable HTML <=> Markdown converter for WYSIWYG editors.",
"module": "dist/lib/index.js",
"files": [
"dist/lib/"
],
"type": "module",
"types": "src/ts/index.d.ts",
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build": "npm run tsc",