Skip to content

Commit

Permalink
add repository info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oboshto committed Jun 18, 2023
1 parent cf833f6 commit f653952
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"productName": "MultiZen Browser",
"version": "0.1.1",
"homepage": "https://GetMultizen.com",
"repository": {
"type": "git",
"url": "https://github.com/oboshto/multizen-browser.git"
},
"bugs": {
"url": "https://github.com/oboshto/multizen-browser/issues"
},
"author": "MultiZen Team <oboshto@gmail.com>",
"description": "MultiZen Browser: The New Dimension of Web Browsing. Experience simultaneous, seamless multi-session browsing that puts you in control. Navigate the web in tranquility with the privacy and anonymity you desire. Welcome to MultiZen - Your personal space for calm, clutter-free web exploration.",
"private": true,
Expand All @@ -15,7 +22,7 @@
"build:win:linux": "node .electron-vue/build.js && electron-builder -wl",
"build:win": "node .electron-vue/build.js && electron-builder --win nsis:x64",
"build:linux": "node .electron-vue/build.js && electron-builder --linux deb",
"build:mac": "node .electron-vue/build.js && electron-builder --mac dmg",
"build:mac": "node .electron-vue/build.js && electron-builder --mac",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
"dev": "node .electron-vue/dev-runner.js",
Expand Down

0 comments on commit f653952

Please sign in to comment.