Skip to content

Commit

Permalink
Merge pull request #111 from pelias/update-joi
Browse files Browse the repository at this point in the history
feat(deps): Update joi to new namespaced version
  • Loading branch information
orangejulius authored Aug 2, 2019
2 parents 9ea1db1 + f5fe77c commit 1415360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"elasticsearch": "^16.0.0",
"joi": "^14.0.0",
"@hapi/joi": "^15.0.0",
"pelias-config": "^4.0.0",
"pelias-logger": "^1.2.1",
"through2": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/configValidation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Joi = require('joi');
const Joi = require('@hapi/joi');
const elasticsearch = require('elasticsearch');

// Schema Configuration
Expand Down

0 comments on commit 1415360

Please sign in to comment.