Skip to content

Commit

Permalink
Merge pull request #30 from firstandthird/hapi-namespace-update
Browse files Browse the repository at this point in the history
hapi namespace
  • Loading branch information
orthagonal authored Oct 1, 2019
2 parents 5bc836e + 003b5d2 commit 453f330
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"logr-all": "^2.0.0"
},
"devDependencies": {
"boom": "^7.2.0",
"code": "^5.1.2",
"@hapi/code": "^6.0.0",
"@hapi/hapi": "^18.4.0",
"@hapi/joi": "^16.1.4",
"@hapi/lab": "^20.3.2",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.0.0",
"eslint-plugin-import": "^2.17.2",
"hapi": "^17.8.5",
"lab": "^18.0.2"
"eslint-plugin-import": "^2.17.2"
}
}
6 changes: 3 additions & 3 deletions test/server.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
const Hapi = require('hapi');
const code = require('code');
const lab = exports.lab = require('lab').script();
const Hapi = require('@hapi/hapi');
const code = require('@hapi/code');
const lab = exports.lab = require('@hapi/lab').script();

const wait = (ms) => new Promise(resolve => setTimeout(resolve, ms));

Expand Down

0 comments on commit 453f330

Please sign in to comment.