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

Fix package name

parent 1040c2f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
"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"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment