Skip to content

Commit

Permalink
Update deps. Closes #221
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Mar 29, 2019
1 parent d2b2b37 commit 89cd605
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"\\lib",
"\\test"
],
"SelectedNode": "\\test\\index.js",
"SelectedNode": "\\lib\\index.js",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/boom/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@hapi/hoek": "6.x.x"
},
"devDependencies": {
"code": "5.x.x",
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html -L"
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -L"
},
"license": "BSD-3-Clause"
}
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const Code = require('code');
const Boom = require('..');
const Code = require('@hapi/code');
const Lab = require('@hapi/lab');


Expand Down

0 comments on commit 89cd605

Please sign in to comment.