Skip to content

Commit

Permalink
chore: Rename npm package
Browse files Browse the repository at this point in the history
Until upstream has workerd support
  • Loading branch information
arv committed Nov 7, 2024
1 parent 446997c commit f4965d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xxhash-wasm",
"name": "@rocicorp/xxhash-wasm",
"version": "1.1.0",
"description": "A WebAssembly implementation of xxHash",
"type": "module",
Expand All @@ -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",
Expand All @@ -29,7 +29,8 @@
"xxhash",
"hash",
"wasm",
"webassembly"
"webassembly",
"workerd"
],
"scripts": {
"build": "yarn run build-wasm && yarn run build-js",
Expand Down

0 comments on commit f4965d2

Please sign in to comment.