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 e0c5077 commit 3733007
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/paimon",
"version": "1.0.14",
"version": "1.0.15",
"description": "WebAssembly port of RustCrypto's RSA, a Rust implementation of RSA encryption and signatures.",
"homepage": "https://github.com/hazae41/paimon",
"repository": "github:hazae41/paimon",
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 3733007

Please sign in to comment.