Skip to content

Commit 2afb758

Browse files
committed
refactor: shared constants
Signed-off-by: Adam Setch <[email protected]>
1 parent 18c85a3 commit 2afb758

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/shared/constants.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
const packageJson = require('../../package.json');
2-
31
export const APPLICATION = {
42
ID: 'com.electron.gitify',
53

64
NAME: 'Gitify',
75

8-
WEBSITE: packageJson.homepage,
6+
WEBSITE: 'https://gitify.io',
97
};

0 commit comments

Comments
 (0)