Skip to content

Commit

Permalink
[DELETE]: vscode settings removed
Browse files Browse the repository at this point in the history
  • Loading branch information
arunredhu committed Jul 28, 2019
1 parent 5983703 commit becc9b4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -25,7 +25,7 @@ src/**/*.js

# IDE - VSCode
.vscode/*
!.vscode/settings.json
.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Expand Down
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -39,8 +39,8 @@
"lint": "ng lint"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.800.0",
"@angular/cli": "8.0.1",
"@angular-devkit/build-angular": "0.800.2",
"@angular/cli": "8.0.2",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/compiler-cli": "8.0.0",
Expand All @@ -52,33 +52,33 @@
"@angular/router": "8.0.0",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/jasmine": "2.8.7",
"@types/jasminewd2": "2.0.3",
"@types/mocha": "5.2.6",
"@types/node": "8.9.4",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/mocha": "5.2.7",
"@types/node": "12.0.7",
"chai": "4.2.0",
"codelyzer": "5.0.1",
"conventional-changelog-cli": "2.0.11",
"core-js": "2.6.1",
"electron": "5.0.2",
"electron-builder": "20.41.0",
"codelyzer": "5.1.0",
"conventional-changelog-cli": "2.0.21",
"core-js": "3.1.3",
"electron": "5.0.3",
"electron-builder": "20.43.0",
"electron-reload": "1.4.0",
"jasmine-core": "3.3.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.4",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"mocha": "6.1.2",
"karma-jasmine-html-reporter": "1.4.2",
"mocha": "6.1.4",
"npm-run-all": "4.1.5",
"rxjs": "6.5.2",
"spectron": "5.0.0",
"ts-node": "7.0.1",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"typescript": "3.4.5",
"typescript": "^3.4.5",
"wait-on": "3.2.0",
"webdriver-manager": "12.1.0",
"webdriver-manager": "12.1.5",
"zone.js": "0.9.1"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.ts
Expand Up @@ -17,6 +17,7 @@ export class AppComponent {
console.log('AppConfig', AppConfig);

if (electronService.isElectron) {
console.log(process.env);
console.log('Mode electron');
console.log('Electron ipcRenderer', electronService.ipcRenderer);
console.log('NodeJS childProcess', electronService.childProcess);
Expand Down

0 comments on commit becc9b4

Please sign in to comment.