Skip to content

Commit 45a0216

Browse files
codisreddingcodisredding
authored andcommitted
be explicit about hapi and inert version
1 parent 2fcd0d3 commit 45a0216

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/hapi/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "sockjs-hapi",
3-
"version": "0.0.0-unreleasable",
4-
"dependencies": {
5-
"hapi": "*",
6-
"inert": "*",
7-
"sockjs": "*"
8-
}
2+
"name": "sockjs-hapi",
3+
"version": "0.0.0-unreleasable",
4+
"dependencies": {
5+
"hapi": "15.x.x",
6+
"inert": "4.x.x",
7+
"sockjs": "*"
8+
}
99
}

0 commit comments

Comments
 (0)