coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
625 stars 92 forks source link

Update winston to 0.8.0 #248

Closed nguyenj closed 7 years ago

nguyenj commented 7 years ago

winston@0.7.2 requires request@2.16x which required hawk@0.10.2. hawk@0.10.2 required engine:

  "engines": {
    "node": "0.8.x"
  }

This PR is just bumping the winston package up to 0.8.0 which does not depend on request. The motive for this PR is so that yarn doesn't not complain specifically about a hard dependency on a engine version without the options of having an engine greater than.

This is the error from yarn:

error hawk@0.10.2: The engine "node" is incompatible with this module. Expected version "0.8.x".
error Found incompatible module