Skip to content

Commit 55d9ad6

Browse files
committed
chore(docs): Update README
Also switch `.nvmrc` to use Node 12
1 parent 95c96e1 commit 55d9ad6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.16.2
1+
v12.14.0

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![license](https://img.shields.io/github/license/benmvp/benmvp-cli.svg)](LICENSE)
88

99
[![Maintenance Status](https://img.shields.io/badge/status-maintained-brightgreen.svg)](https://github.com/benmvp/benmvp-cli/pulse)
10-
[![Build Status](https://travis-ci.org/benmvp/benmvp-cli.svg?branch=master)](https://travis-ci.org/benmvp/benmvp-cli)
10+
[![Build Status](https://github.com/benmvp/bart-salmon/workflows/CI/badge.svg)](https://github.com/benmvp/benmvp-cli/actions)
1111
[![Tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
1212
[![Dependencies status](https://img.shields.io/david/benmvp/benmvp-cli.svg)](https://david-dm.org/benmvp/benmvp-cli)
1313
[![Dev Dependencies status](https://img.shields.io/david/dev/benmvp/benmvp-cli.svg)](https://david-dm.org/benmvp/benmvp-cli?type=dev)
@@ -109,6 +109,7 @@ The CLI has been tested to work in Node 8+.
109109
- [Jest](https://jestjs.io/en) (testing & code coverage)
110110
- [React testing library](https://testing-library.com/docs/react-testing-library/intro) (testing React components)
111111
- [ESLint](http://eslint.org/) (linting)
112+
- [Prettier](https://prettier.io/) (code formatting)
112113
- [Yargs](https://github.com/yargs/yargs) (command line argument parsing)
113114

114115
## Contributing
@@ -119,7 +120,7 @@ Contributions are welcome! See [Contributing Guidelines](CONTRIBUTING.md) for mo
119120

120121
We take the stability of this SDK **very** seriously. `@benmvp/cli` follows the [SemVer](http://semver.org/) standard for versioning.
121122

122-
All updates must pass the [CI build](https://travis-ci.org/benmvp/benmvp-cli/).
123+
All updates must pass the [CI build](https://github.com/benmvp/benmvp-cli/actions).
123124

124125
## License
125126

0 commit comments

Comments
 (0)