summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-24 14:45:59 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-24 14:45:59 +0200
commit7c966e105cd9f65853de1aba0ecce63aa56aca0b (patch)
tree2d89705614e38a15af5ec3a992153b2ad50eace6 /packages
parent602145c956bb594ca0d0e10601cc4ad1a71cf70d (diff)
chore: add build task
Diffstat (limited to 'packages')
-rw-r--r--packages/doc/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/doc/package.json b/packages/doc/package.json
index 654ef67..d7b9a93 100644
--- a/packages/doc/package.json
+++ b/packages/doc/package.json
@@ -1,8 +1,9 @@
{
"name": "@notive/doc",
"private": true,
- "main": "dist/notive_doc.js",
- "module": true,
+ "exports": {
+ ".": "dist/notive_doc.js"
+ },
"scripts": {
"build": "wasm-pack build --target bundler --release --out-dir dist"
},