diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index abb39ab5..dc3ff118 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -2,17 +2,12 @@ "name": "loro-wasm", "version": "0.4.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", - "keywords": [ - "crdt", - "CRDTs", - "realtime", - "collaboration", - "sync", - "p2p" - ], + "keywords": ["crdt", "CRDTs", "realtime", "collaboration", "sync", "p2p"], "main": "nodejs/loro_wasm.js", "module": "bundler/loro_wasm.js", - "scripts": {}, + "scripts": { + "build": "denot task release" + }, "homepage": "https://loro.dev", "author": "", "license": "ISC",