Update electron-builder.json files rule

- ".angular-cli.json" has been renamed in Angular 6 for "angular.json"
- Found out that some nested typscript files were still bundled
This commit is contained in:
louich
2018-08-23 15:36:26 -04:00
committed by GitHub
parent 9106c8fa4f
commit 82c7bcfc57

View File

@@ -5,7 +5,7 @@
},
"files": [
"**/*",
"!*.ts",
"!**/*.ts",
"!*.code-workspace",
"!LICENSE.md",
"!package.json",
@@ -13,7 +13,7 @@
"!src/",
"!e2e/",
"!hooks/",
"!.angular-cli.json",
"!angular.json",
"!_config.yml",
"!karma.conf.js",
"!tsconfig.json",