Skip to content

Commit

Permalink
add node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Dec 14, 2023
1 parent 0c3d079 commit 1f0b36b
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
Expand Up @@ -17,6 +17,9 @@
"types": "./dist/types.ts"
}
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -56,4 +59,4 @@
"typescript": "^5.3.3",
"vitest": "^1.0.0"
}
}
}

0 comments on commit 1f0b36b

Please sign in to comment.