DefinitelyTyped/types/gulp-util/package.json
Emilio 302970129c 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
2017-10-24 12:53:14 -07:00

7 lines
79 B
JSON

{
"private": true,
"dependencies": {
"chalk": "^2.2.0"
}
}