Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
update to latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Aug 2, 2016
1 parent 8369ab7 commit 04dae74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function (grunt) {
},
"node-mac": {
"dest" : "<%= downloads %>",
"src" : "http://nodejs.org/dist/v<%= node.version %>/node-v<%= node.version %>-darwin-x86.tar.gz"
"src" : "http://nodejs.org/dist/v<%= node.version %>/node-v<%= node.version %>-darwin-x64.tar.gz"
},
/* win */
"cef-win": {
Expand Down Expand Up @@ -226,10 +226,7 @@ module.exports = function (grunt) {
"version" : "3.2623.1397"
},
"node": {
"version" : "4.4.4"
},
"npm": {
"version" : "2.15.6"
"version" : "6.3.1"
}
});

Expand Down
3 changes: 1 addition & 2 deletions tasks/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ module.exports = function (grunt) {
// requires node to set "nodeSrc" in config
grunt.task.requires(["node"]);

var done = this.async(),
nodeDest = grunt.config("nodeDest"),
var nodeDest = grunt.config("nodeDest"),
exeFile = nodeDest;

grunt.file.mkdir("deps/node");
Expand Down

0 comments on commit 04dae74

Please sign in to comment.