Skip to content

Commit

Permalink
1.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Jun 20, 2020
1 parent f9ed517 commit fd0a952
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agregore-browser",
"version": "1.0.0-0",
"version": "1.0.0-1",
"description": "A minimal web browser for the distributed web",
"main": "app/main.js",
"scripts": {
Expand All @@ -23,18 +23,20 @@
"output": "release"
},
"nsis": {
"oneClick" : false ,
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"include" : "dist/installer.nsh" ,
"perMachine" : true
"include": "dist/installer.nsh",
"perMachine": true
},
"protocols": [{
"name": "hypercore-protocol",
"schemes": [
"hyper",
"dat"
]
}],
"protocols": [
{
"name": "hypercore-protocol",
"schemes": [
"hyper",
"dat"
]
}
],
"dmg": {
"contents": [
{
Expand Down

0 comments on commit fd0a952

Please sign in to comment.