Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asabzposh committed May 14, 2020
1 parent 8148f9c commit 71fb13d
Show file tree
Hide file tree
Showing 4 changed files with 2,640 additions and 2,024 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const plugin = {};

plugin.package = require('../package.json');

const Hoek = require('hoek');
const Hoek = require('@hapi/hoek');
const Caja = require('sanitizer');
const Joi = require('joi');
const Joi = require('@hapi/joi');
const _ = require('lodash');

plugin.whiteRegex = new RegExp(
Expand Down
Loading

0 comments on commit 71fb13d

Please sign in to comment.