Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Feb 3, 2023
1 parent f952215 commit 8df1f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@hazae41/foras",
"version": "2.0.7",
"version": "2.0.8",
"description": "WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions.",
"homepage": "https://github.com/hazae41/foras",
"repository": "github:hazae41/foras",
Expand All @@ -17,7 +17,7 @@
"./dist/types"
],
"scripts": {
"build:wasm": "cd wasm && rimraf pkg && wasm-pack build --target web --release && node patch.js",
"build:wasm": "cd wasm && rimraf pkg && wasm-pack build --target web --release && cd .. && node patch.js",
"build:dist": "rimraf dist && rollup -c",
"build": "npm run build:wasm && npm run build:dist",
"test:node": "node ./dist/test/src/node/index.test.mjs",
Expand Down

0 comments on commit 8df1f92

Please sign in to comment.