tweak package.json
This commit is contained in:
+1
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user