Skip to content

Commit

Permalink
Merge pull request #110 from balancer/chore/engines-node18
Browse files Browse the repository at this point in the history
Add node >= 18 to engines in package.json
  • Loading branch information
johngrantuk authored Oct 19, 2023
2 parents bd1f04c + a8ac91d commit 4bef3c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"files": [
"dist/"
],
"files": ["dist/"],
"scripts": {
"build": "tsup",
"format": "rome format .",
Expand Down Expand Up @@ -44,5 +42,8 @@
"vite": "^4.4.2",
"vitest": "~0.30.1"
},
"packageManager": "^[email protected]"
"packageManager": "^[email protected]",
"engines": {
"node": ">=18.x"
}
}

0 comments on commit 4bef3c1

Please sign in to comment.