Comparing version 0.1.1 to 1.0.0
@@ -129,4 +129,2 @@ 'use strict'; | ||
line = line.substr(0, line.length - (match[0].length - 1)); | ||
} else if (line.substr(-1) === '\r') { | ||
line = line.substr(0, line.length - 1); | ||
} else { | ||
@@ -133,0 +131,0 @@ if (line.match(/\=[\da-f]{0,2}$/i)) { |
{ | ||
"name": "libqp", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Encode and decode quoted-printable strings according to rfc2045", | ||
@@ -24,7 +24,7 @@ "main": "lib/libqp.js", | ||
"devDependencies": { | ||
"chai": "~1.8.1", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-mocha-test": "~0.10.0" | ||
"chai": "~2.2.0", | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-jshint": "~0.11.1", | ||
"grunt-mocha-test": "~0.12.7" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
12789
264