Skip to content

Commit

Permalink
Merge pull request #117 from casper-ecosystem/fix-for-prepublish
Browse files Browse the repository at this point in the history
Fix for prepublish
  • Loading branch information
hoffmannjan authored Dec 21, 2022
2 parents a4561dd + b4486e0 commit fee88e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ It can be treated as a deploy builder for all of the possible interactions:

## Usage

1. To install, run `npm i -S capser-cep78-js-client`.
2. Import the contract in your code `import { CEP78Client } from 'capser-cep78-js-client'`
1. To install, run `npm i -S casper-cep78-js-client`.
2. Import the contract in your code `import { CEP78Client } from 'casper-cep78-js-client'`
3. If you want to install it, look at the `install` method and all of the possible configuration options (`InstallArgs`).
4. If you want to start working with a previously installed contract, use the `setContractHash(contractHash)` method.

Expand Down
4 changes: 3 additions & 1 deletion client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{

"name": "casper-cep78-js-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "CEP78 Enhanced NFT JS Client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build && npm run test",
"dev": "tsc --watch",
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit fee88e5

Please sign in to comment.