fix: fixing npm image rendering issues in readme

This commit is contained in:
Anoop M D 2023-04-01 13:53:32 +05:30
parent dedfefbc9a
commit c1711ea01b
2 changed files with 8 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -1,14 +1,20 @@
{
"name": "@usebruno/cli",
"version": "0.4.1",
"version": "0.4.2",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
},
"bugs": {
"url": "https://github.com/usebruno/bruno/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usebruno/bruno.git"
},
"files": [
"src",
"bin",
"assets",
"readme.md",
"package.json"
],