Release: Remove an unused chalk dependency

Chalk was used for a Sizzle version check that's no longer there on `master`.

Closes gh-4712
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-05-18 22:45:04 +02:00 committed by GitHub
parent ef4d6ca6c3
commit bfb6897c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,5 @@ module.exports.dependencies = [
"archiver@1.3.0", "archiver@1.3.0",
"shelljs@0.7.7", "shelljs@0.7.7",
"inquirer@7.0.4", "inquirer@7.0.4",
"npm@4.4.1", "npm@4.4.1"
"chalk@1.1.3"
]; ];