Skip to content

Commit 40f3785

Browse files
committed
Fix name used in menu
1 parent 308fe95 commit 40f3785

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Download the Windows, Linux versions of the app here:
2222
### Manual build (release build)
2323
#### Requirements
2424
- Node V22
25-
- PNPM V10
25+
- PNPM V9
2626

2727
#### Steps
2828
- Clone the project

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@service-bus-browser/source",
3+
"productName": "Servicebus Browser",
34
"version": "0.0.0",
45
"license": "MIT",
56
"private": true,
@@ -83,7 +84,7 @@
8384
},
8485
"engines": {
8586
"node": ">=22",
86-
"pnpm": ">=10"
87+
"pnpm": ">=9"
8788
},
8889
"repository": {
8990
"type": "git",

0 commit comments

Comments
 (0)