fix: loro-wasm typo (#171)

This commit is contained in:
Bryan 2023-11-14 23:02:52 +08:00 committed by GitHub
parent 77de199fcd
commit c4b9cb4b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}