Skip to content

Commit

Permalink
update joi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
panva authored and joshcanhelp committed Sep 26, 2019
1 parent 1336ec5 commit e642341
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 211 deletions.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Joi = require('joi');
const Joi = require('@hapi/joi');
const clone = require('clone');
const loadEnvs = require('./loadEnvs');
const getUser = require('./getUser');
Expand Down
Loading

0 comments on commit e642341

Please sign in to comment.