From fd0a95297b7267fb77af28d8745e4be2343abc26 Mon Sep 17 00:00:00 2001 From: mauve Date: Sat, 20 Jun 2020 13:21:58 -0400 Subject: [PATCH] 1.0.0-1 --- package.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index faa8ec6..ce2bb3d 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": [ {