mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
fix(gulp-util): add chalk as a dependency (#20976)
As of `chalk@2.2.0` (https://github.com/chalk/chalk/releases/tag/v2.2.0)
the project is providing it's own type definitions. See the specific
commit below for more details.
f653b061d6
This commit is contained in:
6
types/gulp-util/package.json
Normal file
6
types/gulp-util/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chalk": "^2.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user