Skip to content

Commit

Permalink
chore: release bruno packages to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Sep 1, 2023
1 parent 26a05f9 commit aeb9fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/bruno-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.5.1",
"version": "0.6.0",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
Expand All @@ -19,7 +19,7 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.3.0",
"@usebruno/js": "0.4.0",
"@usebruno/lang": "0.3.0",
"axios": "^1.3.2",
"chai": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.3.0",
"version": "0.4.0",
"main": "src/index.js",
"files": [
"src",
Expand Down

0 comments on commit aeb9fc8

Please sign in to comment.