diff --git a/package.json b/package.json index 7fe414aa..d80cefe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-cli", - "version": "1.6.0", + "version": "2.0.0-0", "description": "General purpose command line tools for interacting with NEAR Protocol", "engines": { "node": ">= 12" @@ -65,11 +65,11 @@ "distributed applications" ], "files": [ - "bin", - "commands", - "middleware", - "utils", - "config.js", - "get-config.js" + "bin", + "commands", + "middleware", + "utils", + "config.js", + "get-config.js" ] }