chore: prep for bruno-cli release

This commit is contained in:
Anoop M D
2023-04-01 13:40:23 +05:30
parent 0b65c4580e
commit 78d2393686
6 changed files with 66 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.3.0",
"version": "0.4.0",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
@@ -11,8 +11,8 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.2.0",
"@usebruno/lang": "0.2.2",
"@usebruno/js": "0.3.0",
"@usebruno/lang": "0.3.0",
"axios": "^1.3.2",
"chai": "^4.3.7",
"chalk": "^3.0.0",