Feature/validator client rc2 (#546)

* Fixing publish instructions

* Bumped version number
This commit is contained in:
Dave Hrycyszyn
2021-03-25 12:44:12 +00:00
committed by GitHub
parent 8abfc43fc8
commit f07ac48a33
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -34,6 +34,6 @@ Packaging
If you're a Nym platform developer who's made changes to the client and wants to re-publish the package to NPM, here's how you do it:
1. `wasm-pack build --scope nymproject` builds the wasm binaries into the `pkg` directory (not in source control)
2. bump version numbers as necessary for SemVer
3. `wasm-pack publish --access=public` will publish your changed package to NPM
1. Bump the version number (use SemVer)
1. `npm run build`
1. `npm login` (if you haven't already)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nymproject/nym-validator-client",
"version": "0.10.0-rc1",
"version": "0.10.0-rc2",
"description": "A TypeScript client for interacting with smart contracts in Nym validators",
"repository": "https://github.com/nymtech/nym",
"main": "./dist/index.js",