Skip to content
New issue

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

Main #20

Merged
merged 5 commits into from
Jul 18, 2024
Merged

Main #20

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
node engine set
jackie1santana committed Jul 18, 2024
commit 08c4080f6b03bdced97af72d3078ce4924b8a1fb
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showtimeago",
"version": "4.0.8",
"version": "4.0.9",
"description": "ShowTimeAgo is a utility that provides a human-readable format of how long ago a date was with zero configuration.",
"main": "index.js",
"scripts": {
@@ -33,5 +33,8 @@
"devDependencies": {
"jest": "^28.1.2",
"nodemon": "^3.1.4"
},
"engines": {
"node": ">=14.0.0"
}
}