Skip to content

Commit

Permalink
feat(zxcvbn): add engine requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWook committed Jan 3, 2024
1 parent d4fcc5d commit 351dea4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@
"semver": "7.5.4"
},
"overrides": {},
"dependencies": {}
"dependencies": {},
"engines": {
"node": ">=16.0.0"
}
}

0 comments on commit 351dea4

Please sign in to comment.