Skip to content

Commit

Permalink
fix: peer deps boundaries (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mok authored Jan 30, 2024
1 parent c95387d commit 6f42c33
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 @@ -6,7 +6,7 @@
"bankid",
"authentication"
],
"version": "3.1.3",
"version": "3.1.4",
"main": "lib/bankid.js",
"repository": {
"type": "git",
Expand All @@ -32,7 +32,7 @@
"typescript": "5.x"
},
"peerDependencies": {
"@types/node": ">=14,<21"
"@types/node": ">=14 <21"
},
"peerDependenciesMeta": {
"@types/node": {
Expand Down

0 comments on commit 6f42c33

Please sign in to comment.