Skip to content

Commit

Permalink
chore: remove old Travis CI badge and update .npmignore (#242)
Browse files Browse the repository at this point in the history
* chore: remove old Travis CI badge

* chore: update npmignore dotfile

* Update README.md

Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
nschonni and MichaelDeBoey committed Sep 29, 2022
1 parent 81d0f94 commit 91345d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ node_modules
.idea
__tests__
.npmignore
.travis.yml
.eslintrc.json
docs
coverage
.github
CONTRIBUTING.md
CODE_OF_CONDUCT.md
.husky
.editorconfig
.prettierignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Enforce best practices for JavaScript promises.

[![travis-ci](https://travis-ci.org/xjamundx/eslint-plugin-promise.svg)](https://travis-ci.org/xjamundx/eslint-plugin-promise)
[![CI](https://github.com/eslint-community/eslint-plugin-promise/actions/workflows/CI.yml/badge.svg)](https://github.com/eslint-community/eslint-plugin-promise/actions/workflows/CI.yml)
[![npm version](https://badge.fury.io/js/eslint-plugin-promise.svg)](https://www.npmjs.com/package/eslint-plugin-promise)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Expand Down

0 comments on commit 91345d9

Please sign in to comment.