mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +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",
|
"main": "nodejs/loro_wasm.js",
|
||||||
"module": "bundler/loro_wasm.js",
|
"module": "bundler/loro_wasm.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "denot task release"
|
"build": "deno task release"
|
||||||
},
|
},
|
||||||
"homepage": "https://loro.dev",
|
"homepage": "https://loro.dev",
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue