Skip to content

Commit

Permalink
fix: publish wasm package when required
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 1, 2025
1 parent 54bff08 commit 43b8ef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ridb-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@trust0/ridb-wasm",
"type": "module",
"private": true,
"publishConfig": {
"access": "public"
},
"version": "1.0.11",
"main": "./pkg/ridb_wasm.js",
"types": "./pkg/ridb_wasm.d.ts",
Expand Down

0 comments on commit 43b8ef4

Please sign in to comment.