chore: npm publish

This commit is contained in:
Anoop M D 2023-02-17 13:57:06 +05:30
parent 17ded5de4c
commit e60b06e4a4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.2.2",
"version": "0.2.3",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
@ -12,7 +12,7 @@
],
"dependencies": {
"@usebruno/js": "0.1.1",
"@usebruno/lang": "0.2.1",
"@usebruno/lang": "0.2.2",
"axios": "^1.3.2",
"chai": "^4.3.7",
"chalk": "^3.0.0",

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@usebruno/js": "0.1.0",
"@usebruno/lang": "0.2.1",
"@usebruno/lang": "0.2.2",
"@usebruno/schema": "0.1.0",
"axios": "^0.26.0",
"chai": "^4.3.7",

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/lang",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.js",
"files": [
"src",