Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: engines to package for groupBy support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba authored Jul 12, 2024
1 parent 44f0120 commit b35b70c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "healthcheck",
"version": "0.6.1",
"private": true,
"engines": {
"node": ">=21"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit b35b70c

Please sign in to comment.