Skip to content

Commit 71d2da3

Browse files
committed
Rename extension/contributions
Remove superfluous naming.
1 parent d29bea5 commit 71d2da3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aha-develop/github",
3-
"description": "GitHub integration",
3+
"description": "GitHub",
44
"version": "1.3.0",
55
"author": "Aha! (support@aha.io)",
66
"repository": {
@@ -58,7 +58,7 @@
5858
},
5959
"commands": {
6060
"sync": {
61-
"title": "GitHub: Sync pull requests",
61+
"title": "Sync pull requests",
6262
"entryPoint": "src/commands/sync.js",
6363
"commandType": "recordAction",
6464
"recordTypes": [
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"addLink": {
71-
"title": "GitHub: Link pull request to record",
71+
"title": "Link pull request to record",
7272
"entryPoint": "src/commands/addLink.js",
7373
"commandType": "recordAction",
7474
"recordTypes": [
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
"removeLinks": {
81-
"title": "GitHub: Remove linked pull requests from record",
81+
"title": "Remove linked pull requests from record",
8282
"entryPoint": "src/commands/removeLinks.js",
8383
"commandType": "recordAction",
8484
"recordTypes": [

0 commit comments

Comments
 (0)