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

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 1, 2021
1 parent 45c1f20 commit b4388ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-cli",
"version": "1.5.4",
"version": "1.6.0",
"description": "General purpose command line tools for interacting with NEAR Protocol",
"engines": {
"node": ">= 12"
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/near/near-cli#readme",
"bin": {
"near": "./bin/near"
"near": "bin/near"
},
"devDependencies": {
"eslint": "^7.0.0",
Expand Down

0 comments on commit b4388ff

Please sign in to comment.