We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fd0b2 commit 4f8ef50Copy full SHA for 4f8ef50
.travis.yml
@@ -3,5 +3,6 @@ language: node_js
3
node_js:
4
- "4"
5
- "5"
6
+ - "6"
7
8
sudo: false
package.json
@@ -14,7 +14,7 @@
14
"node": ">=4.0.0"
15
},
16
"dependencies": {
17
- "hoek": "3.x.x",
+ "hoek": "4.x.x",
18
"topo": "2.x.x",
19
"isemail": "2.x.x",
20
"moment": "2.x.x"
0 commit comments