mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
ef4d6ca6c3
commit
bfb6897c55
@ -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"
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user