Skip to content

Commit 328a4b0

Browse files
committed
1.0.1-0
1 parent 2e526b2 commit 328a4b0

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dweb-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1-0",
44
"description": "A minimal web browser for",
55
"main": "app/main.js",
66
"scripts": {
@@ -10,21 +10,24 @@
1010
"build": "electron-builder build --publish never"
1111
},
1212
"build": {
13-
"productName": "DWeb Browser",
14-
"appId": "dweb.mauve.moe",
15-
"files": [
16-
"app/**/*",
17-
"node_modules/**/*",
18-
"package.json"
19-
],
20-
"directories": {
21-
"output": "release"
22-
},
23-
"protocols": {
24-
"name": "hypercore-protocol",
25-
"schemes": ["hyper", "dat"]
26-
},
27-
"dmg": {
13+
"productName": "DWeb Browser",
14+
"appId": "dweb.mauve.moe",
15+
"files": [
16+
"app/**/*",
17+
"node_modules/**/*",
18+
"package.json"
19+
],
20+
"directories": {
21+
"output": "release"
22+
},
23+
"protocols": {
24+
"name": "hypercore-protocol",
25+
"schemes": [
26+
"hyper",
27+
"dat"
28+
]
29+
},
30+
"dmg": {
2831
"contents": [
2932
{
3033
"x": 130,

0 commit comments

Comments
 (0)