Release: update release dependencies

This commit is contained in:
Timmy Willison 2017-03-15 14:57:20 -04:00
parent 96533cd0e8
commit 47caeaecd9
No known key found for this signature in database
GPG Key ID: 5F0C8B73EF56CE6F

View File

@ -83,8 +83,8 @@ module.exports = function( Release ) {
};
module.exports.dependencies = [
"archiver@0.14.2",
"shelljs@0.7.0",
"npm@2.3.0",
"chalk@1.1.1"
"archiver@1.3.0",
"shelljs@0.7.7",
"npm@4.4.1",
"chalk@1.1.3"
];