code-excerpt
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -27,3 +27,3 @@ 'use strict'; | ||
source = tabsToSpaces(source).split('\n'); | ||
source = tabsToSpaces(source).split(/\r?\n/); | ||
@@ -30,0 +30,0 @@ if (line > source.length) { |
{ | ||
"name": "code-excerpt", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Extract code excerpts", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
3602