Skip to content

Commit

Permalink
fix: single engine key
Browse files Browse the repository at this point in the history
  • Loading branch information
Exponential-Workload committed Mar 1, 2024
1 parent c24a253 commit 7098d35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/@3xpo/fs-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "11.2.9",
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
"engines": {
"node": ">=14.14"
"node": ">=16"
},
"keywords": [
"fs",
Expand Down Expand Up @@ -82,9 +82,6 @@
"url": "https://codeberg.org/Expo/pkgs/issues",
"email": "expo@expo.moe"
},
"engines": {
"node": ">=16"
},
"type": "module",
"devDependencies": {
"@3xpo/es-many": "workspace:^",
Expand Down

0 comments on commit 7098d35

Please sign in to comment.