From f4965d288c7f5a906106be000fc3b68c1e1c52fa Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Thu, 7 Nov 2024 14:34:30 +0100 Subject: [PATCH] chore: Rename npm package Until upstream has workerd support --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 19b6997..ca3329d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "xxhash-wasm", + "name": "@rocicorp/xxhash-wasm", "version": "1.1.0", "description": "A WebAssembly implementation of xxHash", "type": "module", @@ -16,7 +16,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/jungomi/xxhash-wasm.git" + "url": "https://github.com/rocicorp/xxhash-wasm.git" }, "files": [ "cjs", @@ -29,7 +29,8 @@ "xxhash", "hash", "wasm", - "webassembly" + "webassembly", + "workerd" ], "scripts": { "build": "yarn run build-wasm && yarn run build-js",