switching module options
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user