We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
units
Currently, the units option defaults to including months and years.
This line:
HumanizeDuration.js/humanize-duration.js
Line 1003 in 6029e98
Should be changed to ["w", "d", "h", "m", "s"].
["w", "d", "h", "m", "s"]
This pull request should be made against the v4.0.0 branch, which you can see in #176.
v4.0.0
The text was updated successfully, but these errors were encountered:
Removed month and year from default units
1389b4a
See [#185](#185). Closes [#177](#177).
Closed in 1389b4a.
Sorry, something went wrong.
7f33569
e8c6c67
No branches or pull requests
Currently, the
units
option defaults to including months and years.This line:
HumanizeDuration.js/humanize-duration.js
Line 1003 in 6029e98
Should be changed to
["w", "d", "h", "m", "s"]
.This pull request should be made against the
v4.0.0
branch, which you can see in #176.The text was updated successfully, but these errors were encountered: