Skip to content

Commit 36c51a7

Browse files
committed
Bumps version to 4.2.0
1 parent 7fa28dd commit 36c51a7

File tree

4 files changed

+1346
-1112
lines changed

4 files changed

+1346
-1112
lines changed
File renamed without changes.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Joi = require('./get.joi.js')();
1+
const Joi = require('./getJoi')();
22

33
// pluralize
44
const p = (word, num) => (num === 1 ? word : `${word}s`);

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joi-password-complexity",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Joi validation for password complexity requirements.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -12,11 +12,11 @@
1212
"url": "git+https://github.com/kamronbatman/joi-password-complexity.git"
1313
},
1414
"devDependencies": {
15-
"eslint": "^6.8.0",
16-
"eslint-config-airbnb-base": "^14.1.0",
17-
"eslint-plugin-import": "^2.20.1",
18-
"eslint-plugin-jest": "^23.8.2",
19-
"jest": "^25.1.0",
15+
"eslint": "^7.5.0",
16+
"eslint-config-airbnb-base": "^14.2.0",
17+
"eslint-plugin-import": "^2.22.0",
18+
"eslint-plugin-jest": "^23.18.0",
19+
"jest": "^26.1.0",
2020
"@hapi/joi": "^17.1.1",
2121
"joi": "^17.1.1"
2222
},

0 commit comments

Comments
 (0)