Skip to content

Commit

Permalink
refactor: use latest eslint & change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leo6104 committed Jan 4, 2023
1 parent 41abef1 commit 9f8add6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

# Introduction

Bootstrap and package your project with Angular 14 and Electron 21 (Typescript + SASS + Hot Reload) for creating Desktop applications.
Bootstrap and package your project with Angular 15 and Electron 21 (Typescript + SASS + Hot Reload) for creating Desktop applications.

Currently runs with:

- Angular v14.2.6
- Angular v15.0.4
- Electron v21.1.1

With this sample, you can:
Expand Down Expand Up @@ -152,7 +152,8 @@ Please note that Hot reload is only available in Renderer process.
- Angular 11 & Electron 12 : Branch [angular11](https://github.com/maximegris/angular-electron/tree/angular11)
- Angular 12 & Electron 16 : Branch [angular12](https://github.com/maximegris/angular-electron/tree/angular12)
- Angular 13 & Electron 18 : Branch [angular13](https://github.com/maximegris/angular-electron/tree/angular13)
- Angular 14 & Electron 21 : (main)
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
- Angular 15 & Electron 21 : (main)

[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "angular-electron",
"version": "11.2.0",
"description": "Angular 14 with Electron 21 (Typescript + SASS + Hot Reload)",
"description": "Angular 15 with Electron 21 (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com"
},
"keywords": [
"angular",
"angular 14",
"angular 15",
"electron",
"electron 19",
"electron 21",
"nodejs",
"typescript",
"playwright",
Expand Down

0 comments on commit 9f8add6

Please sign in to comment.