We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ed517 commit fd0a952Copy full SHA for fd0a952
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "agregore-browser",
3
- "version": "1.0.0-0",
+ "version": "1.0.0-1",
4
"description": "A minimal web browser for the distributed web",
5
"main": "app/main.js",
6
"scripts": {
@@ -23,18 +23,20 @@
23
"output": "release"
24
},
25
"nsis": {
26
- "oneClick" : false ,
+ "oneClick": false,
27
"allowToChangeInstallationDirectory": true,
28
- "include" : "dist/installer.nsh" ,
29
- "perMachine" : true
+ "include": "dist/installer.nsh",
+ "perMachine": true
30
31
- "protocols": [{
32
- "name": "hypercore-protocol",
33
- "schemes": [
34
- "hyper",
35
- "dat"
36
- ]
37
- }],
+ "protocols": [
+ {
+ "name": "hypercore-protocol",
+ "schemes": [
+ "hyper",
+ "dat"
+ ]
38
+ }
39
+ ],
40
"dmg": {
41
"contents": [
42
0 commit comments