Skip to content

Commit

Permalink
chore: add engine field to limit pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 24, 2022
1 parent bb7cc1f commit 48dc61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
"arrowParens": "avoid",
"trailingComma": "none"
},
"engines": {
"node": ">= 14",
"pnpm": ">= 7"
},
"dependencies": {
"use-sync-external-store": "^1.1.0"
}
Expand Down

0 comments on commit 48dc61c

Please sign in to comment.