Skip to content

Commit

Permalink
fix: bring back node 18/npm 9 as minimum required version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalves0 authored Jun 11, 2024
1 parent 1c40952 commit 9725e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "dist/react-interpolate.cjs",
"module": "dist/react-interpolate.mjs",
"engines": {
"node": "^20.0.0 || ^21.0.0",
"npm": "^10.0.0"
"node": "^18.0.0 || ^20.0.0 || ^21.0.0",
"npm": "^9.0.0 || ^10.0.0"
},
"files": [
"dist",
Expand Down Expand Up @@ -70,4 +70,4 @@
"rollup-plugin-babel": "4.4.0",
"uglify-es": "3.3.9"
}
}
}

0 comments on commit 9725e05

Please sign in to comment.