-
- Downloads
Fix package name
{ | { | ||
"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" | ||
] | ] | ||
} | } |
Please register or sign in to comment