Skip to content

Commit 91345d9

Browse files
chore: remove old Travis CI badge and update .npmignore (#242)
* chore: remove old Travis CI badge * chore: update npmignore dotfile * Update README.md Co-authored-by: Michaël De Boey <[email protected]>
1 parent 81d0f94 commit 91345d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ node_modules
22
.idea
33
__tests__
44
.npmignore
5-
.travis.yml
65
.eslintrc.json
76
docs
87
coverage
98
.github
109
CONTRIBUTING.md
1110
CODE_OF_CONDUCT.md
11+
.husky
12+
.editorconfig
13+
.prettierignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Enforce best practices for JavaScript promises.
44

5-
[![travis-ci](https://travis-ci.org/xjamundx/eslint-plugin-promise.svg)](https://travis-ci.org/xjamundx/eslint-plugin-promise)
5+
[![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)
66
[![npm version](https://badge.fury.io/js/eslint-plugin-promise.svg)](https://www.npmjs.com/package/eslint-plugin-promise)
77
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
88

0 commit comments

Comments
 (0)