Skip to content

Commit 590ff2d

Browse files
committed
move the project into an organization ✨
1 parent 8b8d8a1 commit 590ff2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.3.1",
44
"description": "ESLint rules for AVA",
55
"license": "MIT",
6-
"repository": "sindresorhus/eslint-plugin-ava",
6+
"repository": "avajs/eslint-plugin-ava",
77
"author": {
88
"name": "Sindre Sorhus",
99
"email": "[email protected]",

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# eslint-plugin-ava [![Build Status](https://travis-ci.org/sindresorhus/eslint-plugin-ava.svg?branch=master)](https://travis-ci.org/sindresorhus/eslint-plugin-ava) [![Coverage Status](https://coveralls.io/repos/github/sindresorhus/eslint-plugin-ava/badge.svg?branch=master)](https://coveralls.io/github/sindresorhus/eslint-plugin-ava?branch=master)
1+
# eslint-plugin-ava [![Build Status](https://travis-ci.org/avajs/eslint-plugin-ava.svg?branch=master)](https://travis-ci.org/avajs/eslint-plugin-ava) [![Coverage Status](https://coveralls.io/repos/github/avajs/eslint-plugin-ava/badge.svg?branch=master)](https://coveralls.io/github/avajs/eslint-plugin-ava?branch=master)
22

33
> ESLint rules for [AVA](https://ava.li)
44
5-
Translations: [Français](https://github.com/sindresorhus/ava-docs/blob/master/fr_FR/related/eslint-plugin-ava/readme.md)
5+
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/related/eslint-plugin-ava/readme.md)
66

77

88
## Install
@@ -108,10 +108,10 @@ See the [ESLint docs](http://eslint.org/docs/user-guide/configuring#extending-co
108108

109109
## Credit
110110

111-
- [AVA team](https://github.com/sindresorhus/ava#team)
111+
- [AVA team](https://github.com/avajs/ava#team)
112112
- [Jeroen Engels](https://github.com/jfmengels)
113113
- [Takuto Wada](https://github.com/twada)
114-
- [Contributors…](https://github.com/sindresorhus/eslint-plugin-ava/graphs/contributors)
114+
- [Contributors…](https://github.com/avajs/eslint-plugin-ava/graphs/contributors)
115115

116116

117117
## License

0 commit comments

Comments
 (0)