Skip to content

Commit cca5c75

Browse files
committed
add author
1 parent efd62b7 commit cca5c75

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "redis-electron-client",
33
"version": "1.0.0",
4+
"author": {
5+
"name": "datmt",
6+
"email": "[email protected]"
7+
},
48
"description": "CRUD Redis Client built with Electron and React",
59
"main": "main.js",
610
"scripts": {
@@ -33,13 +37,23 @@
3337
},
3438
"mac": {
3539
"category": "public.app-category.developer-tools",
36-
"target": ["dmg", "zip"]
40+
"target": [
41+
"dmg",
42+
"zip"
43+
]
3744
},
3845
"win": {
39-
"target": ["nsis", "portable"]
46+
"target": [
47+
"nsis",
48+
"portable"
49+
]
4050
},
4151
"linux": {
42-
"target": ["AppImage", "deb", "rpm"],
52+
"target": [
53+
"AppImage",
54+
"deb",
55+
"rpm"
56+
],
4357
"category": "Development"
4458
}
4559
},
@@ -70,5 +84,6 @@
7084
"last 1 firefox version",
7185
"last 1 safari version"
7286
]
73-
}
87+
},
88+
"license": "MIT"
7489
}

0 commit comments

Comments
 (0)