Skip to content
Snippets Groups Projects
Commit 48bc4f36 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix package name

parent 1040c2f8
Branches
No related tags found
No related merge requests found
...@@ -5,3 +5,8 @@ xxdk-NPM is the NPM package for WebAssembly bindings for xxDK. ...@@ -5,3 +5,8 @@ xxdk-NPM is the NPM package for WebAssembly bindings for xxDK.
**Documentation:** **Documentation:**
* [WASM Bindings](https://pkg.go.dev/gitlab.com/elixxir/xxdk-wasm/wasm) * [WASM Bindings](https://pkg.go.dev/gitlab.com/elixxir/xxdk-wasm/wasm)
* [Client Bindings](https://pkg.go.dev/gitlab.com/elixxir/client/bindings) * [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
{ {
"name": "xxdk-npm", "name": "@xxnetwork/xxdk-npm",
"version": "1.0.1", "version": "1.0.1",
"description": "NPM package for WebAssembly bindings for xxDK.", "description": "NPM package for WebAssembly bindings for xxDK.",
"browser": "src/index.js", "browser": "src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"homepage": "https://pkg.go.dev/gitlab.com/elixxir/xxdk-wasm/wasm",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.xx.network/elixxir/xxdk-npm.git" "url": "https://git.xx.network/elixxir/xxdk-npm.git"
...@@ -13,8 +14,9 @@ ...@@ -13,8 +14,9 @@
"author": "Elixxir Team", "author": "Elixxir Team",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"keywords": [ "keywords": [
"xxdk",
"xxnetwork", "xxnetwork",
"cmix", "elixxir",
"xxdk" "cmix"
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment