Skip to content

Commit

Permalink
fix/ Version Electron in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed May 31, 2019
1 parent 4f9cef3 commit acf0d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"webdriver-manager": "12.1.0",
"zone.js": "0.9.1"
},
"engines" : {
"node" : ">=10.9.0"
"engines": {
"node": ">=10.9.0"
}
}

0 comments on commit acf0d4f

Please sign in to comment.