Skip to content

Commit fd0a952

Browse files
committed
1.0.0-1
1 parent f9ed517 commit fd0a952

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

package.json

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agregore-browser",
3-
"version": "1.0.0-0",
3+
"version": "1.0.0-1",
44
"description": "A minimal web browser for the distributed web",
55
"main": "app/main.js",
66
"scripts": {
@@ -23,18 +23,20 @@
2323
"output": "release"
2424
},
2525
"nsis": {
26-
"oneClick" : false ,
26+
"oneClick": false,
2727
"allowToChangeInstallationDirectory": true,
28-
"include" : "dist/installer.nsh" ,
29-
"perMachine" : true
28+
"include": "dist/installer.nsh",
29+
"perMachine": true
3030
},
31-
"protocols": [{
32-
"name": "hypercore-protocol",
33-
"schemes": [
34-
"hyper",
35-
"dat"
36-
]
37-
}],
31+
"protocols": [
32+
{
33+
"name": "hypercore-protocol",
34+
"schemes": [
35+
"hyper",
36+
"dat"
37+
]
38+
}
39+
],
3840
"dmg": {
3941
"contents": [
4042
{

0 commit comments

Comments
 (0)