mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-09 18:07:55 -05:00
* fix: build all wasm packages * remove eth membrship worker filter * chore: update package.json * refactor: add wasm-pack and rimraf deps * chore: update `.tool-versions`
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"name": "@anonklub/halo2-wasm-ext",
|
|
"private": true,
|
|
"scripts": {
|
|
"format.cargo": "cargo fmt -- --check",
|
|
"format.cargo.fix": "cargo fmt",
|
|
"lint.cargo": "cargo clippy",
|
|
"lint.cargo.fix": "cargo clippy --fix"
|
|
}
|
|
}
|