Comparing version 0.2.10 to 0.2.11
@@ -183,4 +183,2 @@ const request = require('request') | ||
{ | ||
jsonStr += data.toString() | ||
jsonStr += data.toString(); | ||
@@ -187,0 +185,0 @@ if (!/\n$/.test(jsonStr)) |
{ | ||
"name": "k8s", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"author": "junjun16818", | ||
@@ -5,0 +5,0 @@ "description": "Node.js client library for Google's Kubernetes Kubectl And API", |
47314
1207