From 48bc4f36987dccb7582c1e134a2607b8adecdd0a Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Wed, 5 Apr 2023 10:21:18 -0700 Subject: [PATCH] Fix package name --- README.md | 5 +++++ package.json | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 178c07d..35adfd4 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ xxdk-NPM is the NPM package for WebAssembly bindings for xxDK. **Documentation:** * [WASM Bindings](https://pkg.go.dev/gitlab.com/elixxir/xxdk-wasm/wasm) * [Client Bindings](https://pkg.go.dev/gitlab.com/elixxir/client/bindings) + +**Repositories:** +* [xxdk-NPM](https://git.xx.network/elixxir/xxdk-npm) +* [xxdk-WASM](https://git.xx.network/elixxir/xxdk-wasm) +* [client](https://git.xx.network/elixxir/client) \ No newline at end of file diff --git a/package.json b/package.json index 480b144..b602171 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "xxdk-npm", + "name": "@xxnetwork/xxdk-npm", "version": "1.0.1", "description": "NPM package for WebAssembly bindings for xxDK.", "browser": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "homepage": "https://pkg.go.dev/gitlab.com/elixxir/xxdk-wasm/wasm", "repository": { "type": "git", "url": "https://git.xx.network/elixxir/xxdk-npm.git" @@ -13,8 +14,9 @@ "author": "Elixxir Team", "license": "BSD-2-Clause", "keywords": [ + "xxdk", "xxnetwork", - "cmix", - "xxdk" + "elixxir", + "cmix" ] } -- GitLab