fix(#701): fix bru cli issue

This commit is contained in:
Anoop M D
2023-10-23 14:09:24 +05:30
parent b35596bb59
commit 5ba3903c31
4 changed files with 109 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.15.0",
"version": "0.15.1",
"license": "MIT",
"main": "src/index.js",
"bin": {
@@ -24,7 +24,7 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.9.0",
"@usebruno/js": "0.9.1",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",