boilerpipe-scraper
Advanced tools
Comparing version
@@ -13,3 +13,3 @@ "use strict"; | ||
if (n === 0) text = data | ||
else proxyres =+ " " + data | ||
else if (data !== 0) proxyres =+ " " + data | ||
n++ | ||
@@ -16,0 +16,0 @@ }) |
{ | ||
"name": "boilerpipe-scraper", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Boilerpipe Modification", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1485659
0