chore: Upgrade node => 5.9.1 and npm => 5.6.0 (#502)

The npm upgrade maybe solve the cross-platform package-lock.json problem.
This commit is contained in:
Róbert Kiss
2017-12-02 13:31:34 +01:00
committed by László Monda
parent 13f2b65a7c
commit 95d1d7f8b5
7 changed files with 598 additions and 1945 deletions

View File

@@ -11,8 +11,8 @@
},
"license": "GPL-3.0",
"engines": {
"node": ">=8.1.0 <9.0.0",
"npm": ">=5.5.1 <6.0.0"
"node": ">=8.9.1 <9.0.0",
"npm": ">=5.6.0 <6.0.0"
},
"devDependencies": {
"@types/electron-devtools-installer": "2.0.2",