1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-01-03 12:39:34 +01:00

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
assets/images
packages/bruno-cli

View File

Before

(image error) Size: 61 KiB

After

(image error) 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"
],