File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/yargs/cliui.svg )] ( https://travis-ci.org/yargs/cliui )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/yargs/cliui/badge.svg?branch= )] ( https://coveralls.io/r/yargs/cliui?branch= )
5
5
[ ![ 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 )
6
7
7
8
easily create complex multi-column command-line-interfaces.
8
9
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"pretest" : " standard" ,
8
8
"test" : " nyc mocha" ,
9
- "coverage" : " nyc --reporter=text-lcov mocha | coveralls"
9
+ "coverage" : " nyc --reporter=text-lcov mocha | coveralls" ,
10
+ "version" : " standard-version"
10
11
},
11
12
"repository" : {
12
13
"type" : " git" ,
54
55
"coveralls" : " ^2.11.8" ,
55
56
"mocha" : " ^2.4.5" ,
56
57
"nyc" : " ^6.1.1" ,
57
- "standard" : " ^6.0.8"
58
+ "standard" : " ^6.0.8" ,
59
+ "standard-version" : " ^2.1.1"
58
60
},
59
61
"files" : [
60
62
" index.js"
You can’t perform that action at this time.
0 commit comments