Skip to content

Commit

Permalink
1.0.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Jun 18, 2020
1 parent 2e526b2 commit 328a4b0
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dweb-browser",
"version": "1.0.0",
"version": "1.0.1-0",
"description": "A minimal web browser for",
"main": "app/main.js",
"scripts": {
Expand All @@ -10,21 +10,24 @@
"build": "electron-builder build --publish never"
},
"build": {
"productName": "DWeb Browser",
"appId": "dweb.mauve.moe",
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
],
"directories": {
"output": "release"
},
"protocols": {
"name": "hypercore-protocol",
"schemes": ["hyper", "dat"]
},
"dmg": {
"productName": "DWeb Browser",
"appId": "dweb.mauve.moe",
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
],
"directories": {
"output": "release"
},
"protocols": {
"name": "hypercore-protocol",
"schemes": [
"hyper",
"dat"
]
},
"dmg": {
"contents": [
{
"x": 130,
Expand Down

0 comments on commit 328a4b0

Please sign in to comment.