gulpjs / default-resolution

Get the default resolution time based on the current node version, optionally overridable
MIT License
2 stars 5 forks source link

Deprecate & Archive module #11

Open phated opened 2 years ago

phated commented 2 years ago

With v3.0.0, this module no longer supports node <0.11, so it doesn't need to exist anymore. The default resolution of timestamps in node was changed to 1ms in v0.11/0.12 instead of the previous 1000ms.

We will drop this module from the gulpjs dependency chain and then deprecate and archive it. cc @sttk

sttk commented 1 year ago

@phated I think it's OK to deprecate and archive this module.