Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Sep 30, 2024
1 parent 7f8957a commit f224f7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reg-cli",
"version": "0.0.0-experimental-wasm3",
"version": "0.0.0-experimental-wasm4",
"description": "",
"type": "module",
"start": "node ./dist/cli.mjs",
Expand All @@ -24,7 +24,8 @@
"reg-cli": "./dist/cli.mjs"
},
"scripts": {
"build": "unbuild && cp reg.wasm ./dist/shared/reg.wasm"
"build": "unbuild && cp reg.wasm ./dist/shared/reg.wasm",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "bokuweb",
Expand Down

0 comments on commit f224f7a

Please sign in to comment.