Skip to content

Commit e4c89b5

Browse files
author
Daniel Bulant
committed
Rebrand package.json
1 parent e2f9ff6 commit e4c89b5

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

package.json

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "dot",
3-
"version": "2.1.0",
4-
"description": "A beautiful browser with darn-simple UI, based on Wexond.",
2+
"name": "ice",
3+
"version": "2.2.0",
4+
"description": "A beautiful browser with darn-simple UI, based on Dot.",
55
"keywords": [
66
"web-browser",
77
"material",
@@ -10,11 +10,11 @@
1010
"mobx",
1111
"styled-components"
1212
],
13-
"homepage": "https://github.com/dot-browser/desktop#readme",
13+
"homepage": "https://github.com/iceproductions/browser#readme",
1414
"main": "build/main.js",
1515
"author": {
16-
"name": "Dot Inc. & Ender And Fire Development",
17-
"email": "efdev@ender.site"
16+
"name": "Ice productions",
17+
"email": "admin@iceproductions.dev"
1818
},
1919
"contributors": [
2020
{
@@ -32,28 +32,45 @@
3232
{
3333
"name": "Mikolaj Palkiewicz",
3434
"email": "xnerhu@gmail.com"
35+
},
36+
{
37+
"name": "Daniel Bulant",
38+
"email": "admin@iceproductions.dev"
3539
}
3640
],
3741
"repository": {
3842
"type": "git",
39-
"url": "git+https://github.com/dot-browser/desktop.git"
43+
"url": "git+https://github.com/iceproductions/browser.git"
4044
},
4145
"bugs": {
42-
"url": "https://github.com/dot-browser/desktop/issues"
46+
"url": "https://github.com/iceproductions/browser/issues"
4347
},
4448
"scripts": {
4549
"dev": "npm run node-ver && npm run download-filters && cross-env NODE_ENV='dev' node fuse.js",
4650
"build": "npm run node-ver && npm run download-filters && node fuse.js",
4751
"start": "cross-env ENV='dev' electron --no-proxy-server .",
48-
"compile-win32": "npm run build && electron-builder -w -p always",
49-
"compile-darwin": "npm run build && electron-builder -m -p always",
52+
"compile-win32": "npm run build && electron-builder -w -p always --x64",
53+
"compile-darwin": "npm run build && electron-builder -m -p always --x64",
5054
"compile-linux": "npm run build && electron-builder -l -p always",
5155
"lint": "tslint \"src/**/*.ts*\"",
5256
"lint-fix": "prettier --write \"src/**/*.ts*\" && tslint \"src/**/*.ts*\" --fix",
5357
"postinstall": "electron-builder install-app-deps",
5458
"download-filters": "node tools/download-filters.js",
5559
"node-ver": "node tools/build-preload.js"
5660
},
61+
"build": {
62+
"linux": {
63+
"target": [
64+
{
65+
"target": ["deb", "tar.gz"],
66+
"arch": [
67+
"x64",
68+
"ia32"
69+
]
70+
}
71+
]
72+
}
73+
},
5774
"pre-commit": [
5875
"lint-fix"
5976
],

0 commit comments

Comments
 (0)