mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-05 20:17:13 +00:00
fix: loro-wasm typo (#171)
This commit is contained in:
parent
77de199fcd
commit
c4b9cb4b2b
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
"main": "nodejs/loro_wasm.js",
|
||||
"module": "bundler/loro_wasm.js",
|
||||
"scripts": {
|
||||
"build": "denot task release"
|
||||
"build": "deno task release"
|
||||
},
|
||||
"homepage": "https://loro.dev",
|
||||
"author": "",
|
||||
|
@ -22,4 +22,4 @@
|
|||
"vite-plugin-top-level-await": "^1.2.2",
|
||||
"vite-plugin-wasm": "^3.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue