Skip to content

Commit d2b95f6

Browse files
author
assnctr
committed
Downgraded deps
1 parent 04fa6ed commit d2b95f6

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

package.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unfx-proxy-checker",
3-
"version": "1.7.0",
3+
"version": "1.7.2",
44
"main": "public/main.js",
55
"license": "MIT",
66
"author": {
@@ -71,7 +71,7 @@
7171
"request": "^2.88.2",
7272
"request-promise": "^4.2.6",
7373
"reselect": "^4.1.6",
74-
"socks-proxy-agent": "^7.0.0",
74+
"socks-proxy-agent": "^4.0.2",
7575
"style-loader": "^1.0.0",
7676
"url-loader": "^2.1.0",
7777
"webpack": "^4.25.1",
@@ -99,25 +99,12 @@
9999
"icon": "/public/icons/icon.ico",
100100
"artifactName": "${name}-v${version}-${arch}-${os}-installer.${ext}"
101101
},
102-
"dmg": {
103-
"contents": [
104-
{
105-
"x": 130,
106-
"y": 220
107-
},
108-
{
109-
"x": 410,
110-
"y": 220,
111-
"type": "link",
112-
"path": "/Applications"
113-
}
114-
]
115-
},
116102
"linux": {
103+
"icon": "./public/icons/icon.png",
117104
"target": [
118-
"AppImage",
119-
"deb"
120-
]
105+
"AppImage"
106+
],
107+
"artifactName": "${name}-v${version}-${arch}-${os}-installer.${ext}"
121108
},
122109
"publish": [
123110
{

0 commit comments

Comments
 (0)