Skip to content

Commit

Permalink
misc/ remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed May 25, 2018
1 parent 16f5b25 commit a7e33b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 0 additions & 6 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ let win, serve;
const args = process.argv.slice(1);
serve = args.some(val => val === '--serve');

try {
require('dotenv').config();
} catch {
console.log('asar');
}

function createWindow() {

const electronScreen = screen;
Expand Down
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-electron",
"version": "3.4.1",
"description": "Angular 5 with Electron (Typescript + SASS + Hot Reload)",
"version": "4.0.0",
"description": "Angular 6 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
"name": "Maxime GRIS",
Expand Down Expand Up @@ -51,26 +51,22 @@
"@ngx-translate/http-loader": "3.0.1",
"@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3",
"@types/node": "~8.9.4",
"@types/node": "8.9.4",
"codelyzer": "4.2.1",
"core-js": "2.5.6",
"cross-env": "5.1.5",
"dotenv": "5.0.1",
"electron": "2.0.2",
"electron-builder": "20.14.7",
"electron-reload": "1.2.2",
"fs-extra": "6.0.1",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.0",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "1.1.0",
"npm-run-all": "^4.1.3",
"npm-run-all": "4.1.3",
"npx": "10.2.0",
"protractor": "5.3.2",
"replace": "0.3.0",
"rxjs": "6.1.0",
"ts-node": "6.0.3",
"tslint": "5.10.0",
Expand Down

0 comments on commit a7e33b6

Please sign in to comment.