File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/yargs/cliui.svg )] ( https://travis-ci.org/yargs/cliui )
44[ ![ Coverage Status] ( https://coveralls.io/repos/yargs/cliui/badge.svg?branch= )] ( https://coveralls.io/r/yargs/cliui?branch= )
55[ ![ NPM version] ( https://img.shields.io/npm/v/cliui.svg )] ( https://www.npmjs.com/package/cliui )
6+ [ ![ Standard Version] ( https://img.shields.io/badge/standard-version-brightgreen.svg )] ( https://github.com/conventional-changelog/standard-version )
67
78easily create complex multi-column command-line-interfaces.
89
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "pretest" : " standard" ,
88 "test" : " nyc mocha" ,
9- "coverage" : " nyc --reporter=text-lcov mocha | coveralls"
9+ "coverage" : " nyc --reporter=text-lcov mocha | coveralls" ,
10+ "version" : " standard-version"
1011 },
1112 "repository" : {
1213 "type" : " git" ,
5455 "coveralls" : " ^2.11.8" ,
5556 "mocha" : " ^2.4.5" ,
5657 "nyc" : " ^6.1.1" ,
57- "standard" : " ^6.0.8"
58+ "standard" : " ^6.0.8" ,
59+ "standard-version" : " ^2.1.1"
5860 },
5961 "files" : [
6062 " index.js"
You can’t perform that action at this time.
0 commit comments