chore: publish npm packages

This commit is contained in:
Anoop M D 2023-02-09 17:33:21 +05:30
parent 242fcac2d3
commit 7405fa9709
2 changed files with 3 additions and 3 deletions

View File

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

View File

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