Skip to content

Commit

Permalink
Bump hoek
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Nov 1, 2018
1 parent 1db4309 commit 5b53a22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
8
10
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "8"
- "10"
- "11"
- "node"

sudo: false
2 changes: 1 addition & 1 deletion lib/types/string/index.js
Expand Up @@ -252,7 +252,7 @@ internals.String = class extends Any {
}

// Make sure we have a set of versions
versions = Hoek.unique(versions);
versions = Array.from(new Set(versions));

regex = Ip.createIpRegex(versions, ipOptions.cidr);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "5.x.x",
"hoek": "6.x.x",
"isemail": "3.x.x",
"topo": "3.x.x"
},
Expand Down

0 comments on commit 5b53a22

Please sign in to comment.