From 8df1f9286ecbc7a9b9dcd49ee6c1ece754574b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haz=20=C3=86=2041?= <4405263+hazae41@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:40:41 +0100 Subject: [PATCH] patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c86bb6d..07afe28 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",