gruntjs/grunt-contrib-concat

Upgrade Chalk

bxyoung89 opened this issue · 1 comments

The version of chalk that this repo is using is 1.1.1. That is requiring ansi-styles@2.2.0. However, that version got unlisted. Please update to the latest so that I don't have to mess around with package.lock.

Thanks!

@bxyoung89 we use "chalk": "^1.0.0",, which picks up 1.1.3 these days, you should update your lock file, reinstall or something.