From 97cf225d5a390dc5a2f51ae9f6bc8e114fcdfef8 Mon Sep 17 00:00:00 2001 From: oguhpereira Date: Wed, 3 Mar 2021 00:41:31 -0300 Subject: [PATCH] Add new contributor in json package and change links --- app/package.json | 3 +++ package.json | 11 ++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index 7b7d41c1..14a56f5d 100644 --- a/app/package.json +++ b/app/package.json @@ -10,6 +10,9 @@ "email": "kelionweb@gmail.com", "url": "https://github.com/KELiON" }, + "contributors": [ + "Gustavo Pereira" + ], "scripts": { "rebuild": "npm rebuild --runtime=electron --target=1.6.11 --disturl=https://atom.io/download/electron --abi=53" }, diff --git a/package.json b/package.json index 222a96a1..4337a335 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}" ], "squirrelWindows": { - "iconUrl": "https://raw.githubusercontent.com/KELiON/cerebro/master/build/icon.ico" + "iconUrl": "https://raw.githubusercontent.com/cerebroapp/cerebro/master/build/icon.ico" }, "publish": { "provider": "github", @@ -116,18 +116,23 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/KELiON/cerebro.git" + "url": "git+https://github.com/cerebroapp/cerebro.git" }, "author": { "name": "Alexandr Subbotin", "email": "kelionweb@gmail.com", "url": "https://github.com/KELiON" }, + "contributors": [ + "Gustavo Pereira" + ], "license": "MIT", "bugs": { - "url": "https://github.com/KELiON/cerebro/issues" + "url": "https://github.com/cerebroapp/cerebro/issues" }, "keywords": [ + "cerebro", + "cerebroapp", "launcher", "electron", "alfred",