Comparing version 1.1.2 to 1.1.3
@@ -117,6 +117,3 @@ "use strict"; | ||
{ | ||
var line = lines[ i ].trim( ); | ||
if ( line.substr( 0, 3 ) === 'at ' ) | ||
line = line.substr( 3 ); | ||
lines[ i ] = line; | ||
lines[ i ] = lines[ i ].trim( ); | ||
} | ||
@@ -123,0 +120,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
39982
1283