diff --git a/README.md b/README.md index 45a50ed..41b1e60 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # Introduction -Bootstrap and package your project with Angular 7 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications. +Bootstrap and package your project with Angular 8 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications. Currently runs with: @@ -90,7 +90,7 @@ Maybe you want to execute the application in the browser with hot reload ? You c - Angular 5 & Electron 1 : Branch [angular5](https://github.com/maximegris/angular-electron/tree/angular5) - Angular 6 & Electron 3 : Branch [angular6](https://github.com/maximegris/angular-electron/tree/angular6) - Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7) -- Angular 8 & Electron 4 : (master) +- Angular 8 & Electron 5 : (master) [build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master [build]: https://travis-ci.org/maximegris/angular-electron diff --git a/package.json b/package.json index 12367d7..a0d0970 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "webdriver-manager": "12.1.0", "zone.js": "0.9.1" }, - "engines" : { - "node" : ">=10.9.0" + "engines": { + "node": ">=10.9.0" } }