Install async and update to electron 1.7 with associated deps
This commit is contained in:
parent
0354fd655a
commit
21ec669b20
File diff suppressed because it is too large
Load Diff
|
@ -28,11 +28,11 @@
|
||||||
"electron-rebuild": "^1.4.0",
|
"electron-rebuild": "^1.4.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-less": "^3.3.0"
|
"gulp-less": "^3.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.6.0",
|
"async": "^2.6.0",
|
||||||
"electron": "^1.8.1",
|
"electron": "^1.7.10",
|
||||||
"humanize-duration": "^3.10.0",
|
"humanize-duration": "^3.10.0",
|
||||||
"moment": "^2.17.1",
|
"moment": "^2.17.1",
|
||||||
"node-notifier": "^4.6.1",
|
"node-notifier": "^4.6.1",
|
||||||
|
|
Loading…
Reference in New Issue