Skip to content

Commit

Permalink
Release @oxc-parser/wasm v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 30, 2024
1 parent b2894c6 commit 018675c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wasm/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxc-parser/wasm",
"version": "0.0.2",
"version": "0.0.3",
"description": "Wasm target for the oxc parser.",
"keywords": [
"JavaScript",
Expand Down Expand Up @@ -28,7 +28,8 @@
"module": "oxc_parser_wasm.js",
"types": "oxc_parser_wasm.d.ts",
"scripts": {
"build": "wasm-pack build --release --no-pack --target web --out-dir ../../npm/parser-wasm . && cp ./package.json ../../npm/parser-wasm/package.json"
"build": "wasm-pack build --release --no-pack --target web --out-dir ../../npm/parser-wasm . && pnpm run copy-files",
"copy-files": "cp ./package.json ../../npm/parser-wasm/package.json && cp ./README.md ../../npm/parser-wasm/README.md"
},
"devDependencies": {
"wasm-pack": "^0.12.1"
Expand Down

0 comments on commit 018675c

Please sign in to comment.