ant-search
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -41,3 +41,3 @@ 'use strict'; | ||
const results = []; | ||
const lines = res.split((0, _os.platform)() === 'win32' ? '\r\n' : '\n'); | ||
const lines = res.replace(/\r/g, '').split('\n'); | ||
@@ -44,0 +44,0 @@ let i = 0; |
{ | ||
"name": "ant-search", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
24026