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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into generate-key
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Sep 15, 2020
2 parents 0ab5d84 + c6870c5 commit 5d199c3
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 403 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

@vgrichina @janedegtiareva @mikedotexe
@vgrichina @mikedotexe
2 changes: 1 addition & 1 deletion bin/near-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const deleteAccount = {
desc: 'delete an account and transfer funds to beneficiary account.',
builder: (yargs) => yargs
.option('accountId', {
desc: 'Account to view',
desc: 'Account to delete',
type: 'string',
required: true
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest-environment-node": "^26.0.0",
"mixpanel": "^0.11.0",
"ncp": "^2.0.0",
"near-api-js": "^0.29.0",
"near-api-js": "^0.29.1",
"near-seed-phrase": "^0.0.2",
"open": "^7.0.1",
"rimraf": "^3.0.0",
Expand Down
Loading

0 comments on commit 5d199c3

Please sign in to comment.