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 44[ ![ Coverage Status] [ coveralls-image ]] [ coveralls-url ]
55[ ![ NPM version] [ npm-image ]] [ npm-url ]
66[ ![ js-standard-style] [ standard-image ]] [ standard-url ]
7+ [ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
78
89The bare-bones internationalization library used by yargs.
910
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "pretest" : " standard" ,
88 "test" : " nyc mocha" ,
9- "coverage" : " nyc report --reporter=text-lcov | coveralls"
9+ "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
10+ "release" : " standard-version"
1011 },
1112 "repository" : {
1213 "type" : " git" ,
3233 "mocha" : " ^4.0.1" ,
3334 "nyc" : " ^11.0.1" ,
3435 "rimraf" : " ^2.5.0" ,
35- "standard" : " ^10.0.0-beta.0"
36+ "standard" : " ^10.0.0-beta.0" ,
37+ "standard-version" : " ^4.2.0"
3638 }
3739}
You can’t perform that action at this time.
0 commit comments