From c7afd63f4a896dbcfac59c88e048dee567d49cc5 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 Jul 2015 11:56:40 -0700 Subject: [PATCH] grunt-atom-shell-installer -> grunt-electron-installer --- build/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index cf616400c..34bb9b486 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -23,7 +23,7 @@ module.exports = (grunt) -> grunt.loadNpmTasks('grunt-contrib-less') grunt.loadNpmTasks('grunt-shell') grunt.loadNpmTasks('grunt-download-atom-shell') - grunt.loadNpmTasks('grunt-atom-shell-installer') + grunt.loadNpmTasks('grunt-electron-installer') grunt.loadNpmTasks('grunt-peg') grunt.loadTasks('tasks')