Skip to content

Commit 8365423

Browse files
author
litleSnow
committed
style: 对齐版本
1 parent bb1ef63 commit 8365423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-md5-web",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "A TypeScript project with tsup bundler for Rust WASM MD5 calculation",
55
"type": "module",
66
"module": "dist/index.js",
@@ -66,7 +66,7 @@
6666
},
6767
"lint-staged": {
6868
"src/**/*.{ts,tsx}": [
69-
"bash -c 'tsc -p tsconfig.json --noEmit'",
69+
"bash -c 'tsc -p tsconfig.json --noEmit'",
7070
"eslint --fix",
7171
"prettier --write"
7272
]

0 commit comments

Comments
 (0)