mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-23 13:26:22 +03:00
fix(ts): exports
This commit is contained in:
parent
306cc30791
commit
bac4c25681
2 changed files with 2 additions and 5 deletions
|
@ -9,6 +9,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
"prepublishOnly": "npm run build",
|
||||||
"start": "node ./dist/index.js",
|
"start": "node ./dist/index.js",
|
||||||
"bstart": "tsc && node ./dist/index.js",
|
"bstart": "tsc && node ./dist/index.js",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
import El from "./daletl/tags/el";
|
export * from "./daletl/types";
|
||||||
import Heading from "./daletl/tags/heading";
|
|
||||||
|
|
||||||
export { parse, RootClass } from "./daletl/main";
|
|
||||||
export { El, Heading };
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue