File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import pkg from '../../../package.json'
7
7
const config : any = configInit
8
8
9
9
// Merge in some details from package.json
10
- config . name = pkg . productName
10
+ config . name = pkg . appName
11
11
config . description = pkg . description
12
12
config . version = pkg . version
13
13
config . author = pkg . author
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import pkg from '../../../package.json'
4
4
const config : any = configInit
5
5
6
6
// Merge in some details from package.json
7
- config . name = pkg . productName
7
+ config . name = pkg . appName
8
8
config . description = pkg . description
9
9
config . version = pkg . version
10
10
config . author = pkg . author
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redisinsight" ,
3
- "productName" : " Redis Insight" ,
3
+ "appName" : " Redis Insight" ,
4
+ "productName" : " RedisInsight" ,
4
5
"private" : true ,
5
6
"version" : " 2.48.0" ,
6
7
"description" : " Redis Insight" ,
You can’t perform that action at this time.
0 commit comments