We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1ef63 commit 8365423Copy full SHA for 8365423
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-md5-web",
3
- "version": "1.0.20",
+ "version": "1.0.21",
4
"description": "A TypeScript project with tsup bundler for Rust WASM MD5 calculation",
5
"type": "module",
6
"module": "dist/index.js",
@@ -66,7 +66,7 @@
66
},
67
"lint-staged": {
68
"src/**/*.{ts,tsx}": [
69
- "bash -c 'tsc -p tsconfig.json --noEmit'",
+ "bash -c 'tsc -p tsconfig.json --noEmit'",
70
"eslint --fix",
71
"prettier --write"
72
]
0 commit comments