solr-proxy
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,6 @@ | ||
1.1.1 | ||
===== | ||
* fix misformatted usage message | ||
1.1.0 | ||
@@ -2,0 +7,0 @@ ===== |
@@ -12,3 +12,3 @@ module.exports = function(argv, logger, SolrProxy) { | ||
' --validMethods Allowed HTTP methods (comma separated) [default: "GET,HEAD"]\n' + | ||
' --version, -v Show version' + | ||
' --version, -v Show version\n' + | ||
' --help, -h Show this message'; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "solr-proxy", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "http-proxy": { |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Rich Trott <rtrott@gmail.com>", | ||
@@ -13,0 +13,0 @@ "bugs": { |
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
9488