tweak package.json
This commit is contained in:
+1
-4
@@ -2,13 +2,10 @@
|
|||||||
"name": "hopdown",
|
"name": "hopdown",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Configurable HTML <=> Markdown converter for WYSIWYG editors.",
|
"description": "Configurable HTML <=> Markdown converter for WYSIWYG editors.",
|
||||||
"main": "dist/js/index.js",
|
"module": "dist/lib/index.js",
|
||||||
"module": "dist/esm/index.js",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist/lib/"
|
"dist/lib/"
|
||||||
],
|
],
|
||||||
"type": "module",
|
|
||||||
"types": "src/ts/index.d.ts",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
||||||
"build": "npm run tsc",
|
"build": "npm run tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user