Skip to content

Commit

Permalink
Change joi to @hapi/joi (also upgrade it to latest version) (#19)
Browse files Browse the repository at this point in the history
Change joi to @hapi/joi (also upgrade it to latest version)
  • Loading branch information
balcsida authored May 4, 2019
2 parents c12baea + 0ea06c3 commit 6b174ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest-utils/validate.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 chalk = require('chalk')

const schema = Joi.object({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"chalk": "^2.4.1",
"joi": "^13.3.0",
"@hapi/joi": "^15.0.1",
"ws": "^5.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6b174ce

Please # to comment.