Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
fix(package): joi -> @hapi/joi (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcely authored and gr2m committed Sep 5, 2019
1 parent 51390d4 commit 102f8f8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lib/schema.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 fields = {
daysUntilStale: Joi.number()
Expand Down
62 changes: 30 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest && standard"
},
"dependencies": {
"joi": "^14.0.0",
"@hapi/joi": "^15.0.0",
"newrelic": "^5.2.1",
"probot": "7.3.1",
"probot-config": "^0.1.0",
Expand Down

0 comments on commit 102f8f8

Please # to comment.