Skip to content

Commit

Permalink
fix: remove old wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Aug 15, 2022
1 parent c19772d commit a659580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"assets": [
"README.md",
"egg.json",
"lib/_wasm/scrypt_wasm.generated.js",
"lib/_wasm/scrypt_wasm_bg.wasm"
"lib/_wasm/scrypt_wasm.generated.js"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
"@semantic-release/npm"
]
}
}
3 changes: 1 addition & 2 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lib/_wasm/Cargo.toml",
"lib/_wasm/LICENSE",
"lib/_wasm/README.md",
"lib/_wasm/scrypt_wasm_bg.wasm",
"lib/_wasm/scrypt_wasm.generated.js"
],
"ignore": [
Expand All @@ -37,4 +36,4 @@
"checkTests": false,
"checkInstallation": false,
"check": true
}
}
Binary file removed lib/_wasm/scrypt_wasm_bg.wasm
Binary file not shown.

0 comments on commit a659580

Please sign in to comment.