Rename atom shell to electron

This commit is contained in:
Jeffrey Morgan
2015-04-17 10:23:23 -04:00
parent 0c411c318d
commit 38c8dcb22d
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ var babel = require('gulp-babel');
var changed = require('gulp-changed');
var concat = require('gulp-concat');
var cssmin = require('gulp-cssmin');
var downloadatomshell = require('gulp-download-atom-shell');
var downloadelectron = require('gulp-download-atom-shell');
var fs = require('fs');
var gulp = require('gulp');
var gulpif = require('gulp-if');
@@ -76,8 +76,8 @@ gulp.task('styles', function () {
});
gulp.task('download', function (cb) {
downloadatomshell({
version: packagejson['atom-shell-version'],
downloadelectron({
version: packagejson['electron-version'],
outputDir: 'cache'
}, cb);
});

View File

@@ -46,7 +46,7 @@
},
"docker-version": "1.6.0",
"docker-machine-version": "0.2.0",
"atom-shell-version": "0.23.0",
"electron-version": "0.24.0",
"virtualbox-version": "4.3.26",
"virtualbox-filename": "VirtualBox-4.3.26.pkg",
"virtualbox-checksum": "668f61c95efe37f8fc65cafe95b866fba64e37f2492dfc1e2b44a7ac3dcafa3b",