Comparing version 3.8.6 to 3.8.7
@@ -35,3 +35,3 @@ var Bluebird = require('bluebird'); | ||
function getPathConfigFlag(stdout) { | ||
if (stdout.indexOf(' --path.conf ') > -1) { | ||
if (stdout.indexOf('--property=value') > -1) { | ||
return '--path.conf' | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "libesvm", | ||
"version": "3.8.6", | ||
"version": "3.8.7", | ||
"description": "libesvm is a library for managning an Elasticsearch process for development and testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78248
53