fix/ Version Electron in README

This commit is contained in:
Maxime GRIS
2019-05-31 20:51:08 +02:00
parent 4f9cef3201
commit acf0d4f657
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
# Introduction # 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: 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 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 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 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-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master
[build]: https://travis-ci.org/maximegris/angular-electron [build]: https://travis-ci.org/maximegris/angular-electron

View File

@@ -80,7 +80,7 @@
"webdriver-manager": "12.1.0", "webdriver-manager": "12.1.0",
"zone.js": "0.9.1" "zone.js": "0.9.1"
}, },
"engines" : { "engines": {
"node" : ">=10.9.0" "node": ">=10.9.0"
} }
} }