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