summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index e225e46..5f00d1c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
{
"name": "webnodes",
+ "version": "0.1.0",
"type": "module",
+ "files": ["dist/"],
"scripts": {
"check": "tsc",
"dev": "esbuild src/index.tsx --loader:.svg=dataurl --loader:.wasm=file --loader:.woff2=file --bundle --sourcemap --format=esm --outdir=public --watch --servedir=public --serve-fallback=public/index.html",