Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit ea6ff8c

Browse files
authored
Merge branch 'master' into bump-deps
2 parents 8e9a5d5 + 1508172 commit ea6ff8c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "typescript-with-electron-react-kit",
3+
"productName": "Sweet Sweet App",
34
"main": "out/main.js",
45
"version": "1.0.0",
56
"description": "An electron starter project.",
@@ -30,7 +31,6 @@
3031
"mac": {
3132
"category": "public.app-category.developer-tools"
3233
},
33-
"productName": "Sweet Sweet App",
3434
"publish": {
3535
"owner": "skellock",
3636
"provider": "github",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"experimentalDecorators": true,
88
"allowSyntheticDefaultImports": false,
99
"noUnusedLocals": true,
10-
"inlineSourceMap": true,
1110
"strictNullChecks": true,
1211
"noImplicitReturns": true,
1312
"noImplicitAny": true

0 commit comments

Comments
 (0)