Skip to content

Commit

Permalink
Merge pull request #11 from michealroberts/chore/package/engines
Browse files Browse the repository at this point in the history
chore: Remove requirement for pnpm "8.6.1" from engines.
  • Loading branch information
michealroberts authored Jul 27, 2023
2 parents 937aa4d + a968d49 commit d7ef716
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"adapter"
],
"engines": {
"node": ">=18.12.1 < 20",
"pnpm": "8.6.1"
"node": ">=18.12.1 < 20"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit d7ef716

Please sign in to comment.