Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
1. include unit test to $yarn test
2. change author
3. change git repository
  • Loading branch information
irfianto committed Apr 29, 2021
1 parent 48654a7 commit 2233d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"description": "Paras claim rewards contract",
"scripts": {
"build": "./build.sh",
"test": "cargo test -- --nocapture --color always",
"test": "cargo test --all -- --nocapture --color always",
"deploy:contract:dev": "yarn build && NODE_ENV=testnet near dev-deploy --wasmFile ./res/paras_claim_rewards_contract.wasm",
"deploy:contract:testnet": "yarn build && NODE_ENV=testnet node deployContract.js",
"deploy:contract:mainnet": "yarn build && NODE_ENV=mainnet node deployContract.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/near-examples/rust-status-message.git"
"url": "git+https://github.com/ParasHQ/paras-claim-rewards-contract.git"
},
"keywords": [
"near-protocol",
"blockchain",
"rust",
"smart-contract"
],
"author": "Paras",
"author": "irfi <[email protected]>",
"license": "(MIT AND Apache-2.0)",
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 2233d36

Please sign in to comment.