Skip to content

Commit 972c453

Browse files
authored
Remove Nodejs version requirement (#36)
1 parent b66ec53 commit 972c453

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Creates a Joi object that validates password complexity.
55
## Requirements
66

77
- Joi v17 or higher
8-
- Nodejs 14 or higher
98

109
## Installation
1110

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"joi": "^17.3.0",
3838
"typescript": "^4.0.5"
3939
},
40-
"engines": {
41-
"node": ">= 14.0.0"
42-
},
4340
"keywords": [
4441
"Joi",
4542
"validation",

0 commit comments

Comments
 (0)