Small updates

This commit is contained in:
Convly 2022-10-13 17:22:14 +02:00
parent 02c2523429
commit 38139ec835
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
export * from './engine';

View File

@ -28,7 +28,7 @@
"types": "./src/index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepublish": "tsc -p tsconfig.json"
"watch": "yarn build -w"
},
"directories": {
"lib": "./dist"