Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into install-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Feb 29, 2024
2 parents 9007f62 + 1a0d738 commit 03294bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/contract/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response');
const { DEFAULT_NETWORK } = require('../../config');

module.exports = {
command: 'deploy <account-id> <wasm-file> [...]',
command: 'deploy <account-id> <wasm-file>',
desc: 'Deploy a contract to an existing account (optionally initializing it)',
builder: (yargs) => yargs
.option('wasmFile', {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-cli",
"version": "4.0.5",
"version": "4.0.6",
"description": "Simple CLI for interacting with NEAR Protocol",
"engines": {
"node": ">= 16"
Expand Down

0 comments on commit 03294bb

Please sign in to comment.