Skip to content

Commit

Permalink
chore: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Feb 8, 2023
1 parent 6b2d335 commit c78ffa3
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.1.2",
"version": "0.1.3",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
Expand All @@ -11,7 +11,7 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.1.0",
"@usebruno/js": "0.1.1",
"@usebruno/lang": "0.1.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.1.0",
"version": "0.1.1",
"main": "src/index.js",
"files": [
"src",
Expand Down

0 comments on commit c78ffa3

Please sign in to comment.