Comparing version 1.0.0 to 1.0.1
@@ -90,3 +90,3 @@ #!/usr/bin/env node | ||
logSTATUS('Trying new origin shift: ' + idOriginShift); | ||
if( idOriginShift >= 19 ){ | ||
if( idOriginShift > answers.length - 2 ){ | ||
logFAIL('origin shift too large'); | ||
@@ -93,0 +93,0 @@ process.exit(5); |
@@ -6,3 +6,3 @@ { | ||
"preferGlobal": true, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A tool to export answers from a Formspring (Spring.me) account.", | ||
@@ -9,0 +9,0 @@ "keywords": [ |
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
9447