File tree 1 file changed +19
-16
lines changed
1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dweb-browser" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.1- 0" ,
4
4
"description" : " A minimal web browser for" ,
5
5
"main" : " app/main.js" ,
6
6
"scripts" : {
10
10
"build" : " electron-builder build --publish never"
11
11
},
12
12
"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" : {
28
31
"contents" : [
29
32
{
30
33
"x" : 130 ,
You can’t perform that action at this time.
0 commit comments