chore: npm publish

This commit is contained in:
Anoop M D 2023-02-08 16:26:11 +05:30
parent 6b2d335ade
commit c78ffa3a80
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
@ -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",

View File

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