remove Joi validation, add createClient, update tests

This commit is contained in:
2016-04-14 16:57:28 -07:00
parent cdbeef802f
commit 981bf09aab
5 changed files with 45 additions and 47 deletions

View File

@@ -28,7 +28,6 @@
"sinon": "~1.17.3"
},
"dependencies": {
"elasticsearch": "~11.0.1",
"joi": "~8.0.5"
"elasticsearch": "~11.0.1"
}
}