Skip to content

Commit e034cbc

Browse files
author
Eran Hammer
committed
Merge pull request #21 from hapijs/hapi8
Update dev deps. Closes #20
2 parents ae90fc1 + 2be0f08 commit e034cbc

File tree

3 files changed

+302
-190
lines changed

3 files changed

+302
-190
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
test:
2-
@node node_modules/lab/bin/lab
2+
@node node_modules/lab/bin/lab -a code
33
test-cov:
4-
@node node_modules/lab/bin/lab -t 100
4+
@node node_modules/lab/bin/lab -a code -t 100
55
test-cov-html:
6-
@node node_modules/lab/bin/lab -r html -o coverage.html
6+
@node node_modules/lab/bin/lab -a code -r html -o coverage.html
77

88
.PHONY: test test-cov test-cov-html
99

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "hapi-auth-basic",
33
"description": "Basic authentication plugin",
4-
"version": "1.1.1",
5-
"author": "Eran Hammer <[email protected]> (http://hueniverse.com)",
4+
"version": "1.1.2",
65
"repository": "git://github.com/hapijs/hapi-auth-basic",
76
"main": "index",
87
"keywords": [
@@ -12,7 +11,7 @@
1211
"basic"
1312
],
1413
"engines": {
15-
"node": ">=0.10.30"
14+
"node": ">=0.10.32"
1615
},
1716
"dependencies": {
1817
"boom": "2.x.x",
@@ -22,8 +21,9 @@
2221
"hapi": ">=2.x.x"
2322
},
2423
"devDependencies": {
25-
"hapi": "6.x.x",
26-
"lab": "3.x.x"
24+
"code": "1.x.x",
25+
"hapi": "7.x.x",
26+
"lab": "5.x.x"
2727
},
2828
"scripts": {
2929
"test": "make test-cov"

0 commit comments

Comments
 (0)