Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "node-fzf", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "fzf ( junegunn/fzf ) inspired cli utility for node", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -328,6 +328,6 @@ const keypress = require( 'keypress' ) | ||
// sorts in-place | ||
results.sort( function ( a, b ) { | ||
if ( a.original < b.original ) return -1 | ||
return 1 | ||
} ) | ||
// results.sort( function ( a, b ) { | ||
// if ( a.original < b.original ) return -1 | ||
// return 1 | ||
// } ) | ||
@@ -334,0 +334,0 @@ return results |
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
16152