Skip to content

Commit

Permalink
Bumps version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Jul 20, 2020
1 parent 7fa28dd commit 36c51a7
Show file tree
Hide file tree
Showing 4 changed files with 1,346 additions and 1,112 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Joi = require('./get.joi.js')();
const Joi = require('./getJoi')();

// pluralize
const p = (word, num) => (num === 1 ? word : `${word}s`);
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joi-password-complexity",
"version": "4.1.0",
"version": "4.2.0",
"description": "Joi validation for password complexity requirements.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -12,11 +12,11 @@
"url": "git+https://github.com/kamronbatman/joi-password-complexity.git"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0",
"@hapi/joi": "^17.1.1",
"joi": "^17.1.1"
},
Expand Down
Loading

0 comments on commit 36c51a7

Please sign in to comment.