Skip to content

Commit

Permalink
fix: update imported package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jan 1, 2021
1 parent 11b4d83 commit eba004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.js
@@ -1,4 +1,4 @@
const Joi = require('@hapi/joi');
const Joi = require('joi');

const extendedJoi = Joi.extend({
type: 'stringList',
Expand Down

0 comments on commit eba004b

Please sign in to comment.