Skip to content

Commit

Permalink
node engine set
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie1santana committed Jul 18, 2024
1 parent dec0b61 commit 08c4080
Showing 1 changed file with 4 additions and 1 deletion.
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": {
Expand Down Expand Up @@ -33,5 +33,8 @@
"devDependencies": {
"jest": "^28.1.2",
"nodemon": "^3.1.4"
},
"engines": {
"node": ">=14.0.0"
}
}

0 comments on commit 08c4080

Please sign in to comment.