Skip to content

Commit

Permalink
update engines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlanz committed Mar 15, 2024
1 parent f4088a4 commit 2a3994f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"engines": {
"npm": "^8",
"node": "^16"
"npm": ">=8",
"node": ">=16"
},
"scripts": {
"build": "npm run build:node && npm run build:esm",
Expand Down

0 comments on commit 2a3994f

Please sign in to comment.