Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 8d719cf

Browse files
committed
fix for buggy "bugs" line in app/package.json
Fixes #965
1 parent 84c3d9a commit 8d719cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"email": "nickm@us.ibm.com"
2424
},
2525
"license": "Apache-2.0",
26-
"bugs": "https://github.com/ibm-functions/shell",
26+
"bugs": {
27+
"url": "https://github.com/ibm-functions/shell/issues/new"
28+
},
2729
"devDependencies": {
2830
"electron": "~2.0.1",
2931
"nyc": "^11.3.0"

app/plugins/welcome/about.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ body {
1717
cursor: initial;
1818
font-weight: 300;
1919
}
20+
.title:hover {
21+
cursor: pointer;
22+
}
2023
.title, .description, .versions, .copyright {
2124
-webkit-app-region: no-drag;
2225
user-select: initial; /* allow users to select version */

0 commit comments

Comments
 (0)