Skip to content

Commit

Permalink
Add engines.node
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Oct 23, 2023
1 parent 00dd98a commit cb353f2
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 @@ -14,6 +14,9 @@
},
"types": "types/index.d.ts",
"typings": "types/index.d.ts",
"engines": {
"node": ">=12"
},
"scripts": {
"build": "npm run build:cjs && npm run build:deno && npm run build:cf",
"build:cjs": "node transpile.cjs",
Expand Down

0 comments on commit cb353f2

Please sign in to comment.