We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7ba6c commit 332dbd1Copy full SHA for 332dbd1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "agregore-browser",
3
- "version": "1.0.0-32",
+ "version": "1.0.0-33",
4
"description": "A minimal web browser for the distributed web",
5
"main": "app/main.js",
6
"scripts": {
@@ -48,11 +48,16 @@
48
},
49
50
"name": "gemini",
51
- "schemes": ["gemini"]
+ "schemes": [
52
+ "gemini"
53
+ ]
54
55
56
"name": "bittorrent",
- "schemes": ["magnet", "bittorrent"]
57
58
+ "magnet",
59
+ "bittorrent"
60
61
}
62
],
63
"dmg": {
0 commit comments