We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88470 commit 22d7cc4Copy full SHA for 22d7cc4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@polkadot-api/wasm-executor",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"author": "Carlo Sala (https://github.com/carlosala)",
5
"repository": {
6
"type": "git",
@@ -31,7 +31,7 @@
31
"scripts": {
32
"clean": "rm -rf pkg dist",
33
"wasm": "pnpm run clean && wasm-pack build --target nodejs --out-dir dist --out-name node --no-pack && wasm-pack build --target web --out-dir dist --out-name web --no-pack",
34
- "build": "pnpm run wasm"
+ "build": "pnpm run wasm && rm dist/.gitignore"
35
},
36
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
37
}
0 commit comments