Skip to content

Commit 66fdaf8

Browse files
committed
updated manifest
1 parent a79ad1c commit 66fdaf8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-default-reviewers",
3-
"description": "Firefox add-on / Chrome extension that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud.",
3+
"description": "Firefox add-on / Chrome extension that overwrites the repository default reviewers by a custom selection of reviewers on Bitbucket Cloud.",
44
"version": "1.0.2",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,11 @@
3434
"keywords": [
3535
"bitbucket"
3636
],
37-
"author": "jwallet",
37+
"author": {
38+
"name": "jwallet",
39+
"email": "wizik20@gmail.com",
40+
"url": "https://wwww.github.com/jwallet"
41+
},
3842
"license": "MIT",
3943
"homepage": "https://github.com/jwallet/custom-default-reviewers#readme",
4044
"devDependencies": {

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Bitbucket Cloud Custom Default Reviewers",
4-
"description": "Firefox add-on / Chrome extension that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud.",
4+
"description": "Overwrites the repository default reviewers by a custom selection of reviewers on bitbucket.org (cloud platform).",
55
"version": "1.0.2",
66
"author": "jwallet",
77
"homepage_url": "https://github.com/jwallet/custom-default-reviewers",

0 commit comments

Comments
 (0)