From c4b9cb4b2b77c3c83b99b51153cd8dd19a948dc0 Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 14 Nov 2023 23:02:52 +0800 Subject: [PATCH] fix: loro-wasm typo (#171) --- crates/loro-wasm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 0f2b7bba..ba78768f 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -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" } -} \ No newline at end of file +}