tweak package.json

This commit is contained in:
evilchili
2026-08-10 12:17:23 -07:00
parent 4b05cb9acc
commit 0fbefbd085
+1 -4
View File
@@ -2,13 +2,10 @@
"name": "hopdown",
"version": "1.0.0",
"description": "Configurable HTML <=> Markdown converter for WYSIWYG editors.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"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",