fix/ jslib in main process error

This commit is contained in:
Maxime GRIS
2018-08-22 10:25:26 +02:00
parent d8818c18c0
commit ef33f5ed16
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "angular-electron",
"version": "4.2.0",
"version": "4.2.1",
"description": "Angular 6 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
@@ -37,7 +37,8 @@
"test": "npm run postinstall:web && ng test",
"e2e": "npm run postinstall:web && ng e2e"
},
"dependencies": {},
"dependencies": {
},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.3",
"@angular/cli": "6.1.2",