Skip to content

Commit

Permalink
Update Version Electron 2 to 3 #hacktoberfest
Browse files Browse the repository at this point in the history
  • Loading branch information
nakeawvichit committed Oct 3, 2018
1 parent 9106c8f commit f083328
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"test": "npm run postinstall:web && ng test",
"e2e": "npm run postinstall:web && ng e2e"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.3",
"@angular/cli": "6.1.2",
Expand All @@ -58,7 +57,7 @@
"@types/node": "8.9.4",
"codelyzer": "4.2.1",
"core-js": "2.5.6",
"electron": "2.0.7",
"electron": "^3.0.2",
"electron-builder": "20.28.1",
"electron-reload": "1.2.2",
"jasmine-core": "3.1.0",
Expand Down

1 comment on commit f083328

@JosVermoesen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great starting template, thanks!
README.MD is not updated. Still mentioning 'Electron v2.0.7'

Please sign in to comment.