|
1 | 1 | { |
2 | 2 | "name": "merge-request-notifier", |
3 | | - "version": "0.8.4", |
| 3 | + "version": "0.9.0", |
4 | 4 | "description": "This app shows your merge requests grouped by projects and WIP status. It is accessible from the system tray.", |
5 | 5 | "main": "./dist/main.js", |
6 | 6 | "engines": { |
7 | 7 | "yarn": "1.19.1" |
8 | 8 | }, |
| 9 | + "homepage": "https://github.com/codecentric/merge-request-notifier", |
| 10 | + "author": { |
| 11 | + "name": "Matthias Rütten", |
| 12 | + |
| 13 | + }, |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "[email protected]:codecentric/merge-request-notifier.git" |
| 17 | + }, |
9 | 18 | "scripts": { |
10 | 19 | "build-main": "cross-env NODE_ENV=production webpack --config webpack.main.prod.config.js", |
11 | 20 | "build-renderer": "cross-env NODE_ENV=production webpack --config webpack.renderer.prod.config.js", |
|
39 | 48 | "git add" |
40 | 49 | ] |
41 | 50 | }, |
42 | | - "jest": { |
43 | | - "transform": { |
44 | | - "^.+\\.tsx?$": "ts-jest" |
45 | | - }, |
46 | | - "testRegex": "(/test/.+\\.spec)\\.tsx?$", |
47 | | - "moduleFileExtensions": [ |
48 | | - "ts", |
49 | | - "tsx", |
50 | | - "js", |
51 | | - "json", |
52 | | - "node" |
53 | | - ], |
54 | | - "moduleNameMapper": { |
55 | | - "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/mocks/fileMock.js", |
56 | | - "\\.(s?css|sass)$": "<rootDir>/mocks/styleMock.js" |
57 | | - } |
58 | | - }, |
59 | 51 | "build": { |
60 | 52 | "productName": "Merge Request Notifier", |
61 | 53 | "appId": "de.codecentric.ruettenm.mergeRequestNotifier", |
|
82 | 74 | "github" |
83 | 75 | ] |
84 | 76 | }, |
85 | | - "repository": { |
86 | | - "type": "git", |
87 | | - "url": "[email protected]:codecentric/merge-request-notifier.git" |
88 | | - }, |
89 | | - "author": { |
90 | | - "name": "Matthias Rütten", |
91 | | - |
92 | | - }, |
93 | | - "homepage": "https://github.com/codecentric/merge-request-notifier", |
94 | 77 | "devDependencies": { |
95 | 78 | "@babel/core": "^7.4.5", |
96 | 79 | "@babel/plugin-proposal-class-properties": "^7.4.4", |
|
0 commit comments