terminal-paginator
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -23,3 +23,3 @@ 'use strict'; | ||
output = output.replace(/^\n+/, ''); | ||
output = output.replace(/^\n{2,}/, '\n'); | ||
pageSize = pageSize || this.options.pageSize || 7; | ||
@@ -26,0 +26,0 @@ var lines = output.split('\n'); |
{ | ||
"name": "terminal-paginator", | ||
"description": "Paginator used for rendering lists or choices for prompts in the terminal.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/enquirer/terminal-paginator", | ||
@@ -13,4 +13,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"files": [ | ||
"index.js", | ||
"LICENSE" | ||
"index.js" | ||
], | ||
@@ -24,2 +23,9 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"log-utils": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"gulp-format-md": "^0.1.10" | ||
}, | ||
"keywords": [ | ||
@@ -42,2 +48,3 @@ "answer", | ||
"menu", | ||
"paginator", | ||
"password", | ||
@@ -54,9 +61,2 @@ "prompt", | ||
], | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"log-utils": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"gulp-format-md": "^0.1.10" | ||
}, | ||
"verb": { | ||
@@ -73,5 +73,5 @@ "toc": false, | ||
"list": [ | ||
"choices-separator", | ||
"enquirer", | ||
"prompt-choices", | ||
"choices-separator", | ||
"readline-utils" | ||
@@ -78,0 +78,0 @@ ] |
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
6869