Skip to content

Commit 7276d96

Browse files
committed
fix/ README dependencies version
1 parent 7a84ca0 commit 7276d96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
# Introduction
1313

14-
Bootstrap and package your project with Angular 8 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications.
14+
Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + SASS + Hot Reload) for creating Desktop applications.
1515

1616
Currently runs with:
1717

18-
- Angular v9.0.0
19-
- Electron v8.0.0
20-
- Electron Builder v21.2.0
18+
- Angular v9.0.2
19+
- Electron v8.0.1
20+
- Electron Builder v22.3.2
2121

2222
With this sample, you can :
2323

@@ -27,7 +27,7 @@ With this sample, you can :
2727

2828
/!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted.
2929

30-
/!\ Angular 8.x CLI needs Node 10.9 or later to works correctly.
30+
/!\ Angular 9.x CLI needs Node 10.13 or later to works correctly.
3131

3232
## Getting Started
3333

0 commit comments

Comments
 (0)