diff --git a/.all-contributorsrc b/.all-contributorsrc index 30ce8af..d4f8f20 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "jest-native", - "projectOwner": "bcarroll22", + "projectOwner": "testing-library", "repoType": "github", "repoHost": "https://github.com", "files": [ diff --git a/README.md b/README.md index fe9c88a..8d62414 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ height="80" width="80" alt="goat" - src="https://raw.githubusercontent.com/bcarroll22/jest-native/master/other/eagle.png" + src="https://raw.githubusercontent.com/testing-library/jest-native/master/other/eagle.png" /> @@ -15,18 +15,18 @@
-[![Build Status](https://travis-ci.org/bcarroll22/jest-native.svg?branch=master)](https://travis-ci.org/bcarroll22/jest-native) -[![Code Coverage](https://img.shields.io/codecov/c/github/bcarroll22/jest-native.svg?style=flat-square)](https://codecov.io/github/bcarroll22/jest-native) +[![Build Status](https://travis-ci.org/testing-library/jest-native.svg?branch=master)](https://travis-ci.org/testing-library/jest-native) +[![Code Coverage](https://img.shields.io/codecov/c/github/testing-library/jest-native.svg?style=flat-square)](https://codecov.io/github/testing-library/jest-native) [![version](https://img.shields.io/npm/v/jest-native.svg?style=flat-square)](https://www.npmjs.com/package/jest-native) [![downloads](https://img.shields.io/npm/dm/jest-native.svg?style=flat-square)](http://www.npmtrends.com/jest-native) -[![MIT License](https://img.shields.io/npm/l/jest-native.svg?style=flat-square)](https://github.com/bcarroll22/jest-native/blob/master/LICENSE) +[![MIT License](https://img.shields.io/npm/l/jest-native.svg?style=flat-square)](https://github.com/testing-library/jest-native/blob/master/LICENSE) [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) -[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/bcarroll22/jest-native/blob/master/CODE_OF_CONDUCT.md) +[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/testing-library/jest-native/blob/master/CODE_OF_CONDUCT.md) -[![Watch on GitHub](https://img.shields.io/github/watchers/bcarroll22/jest-native.svg?style=social)](https://github.com/bcarroll22/jest-native/watchers) -[![Star on GitHub](https://img.shields.io/github/stars/bcarroll22/jest-native.svg?style=social)](https://github.com/bcarroll22/jest-native/stargazers) +[![Watch on GitHub](https://img.shields.io/github/watchers/testing-library/jest-native.svg?style=social)](https://github.com/testing-library/jest-native/watchers) +[![Star on GitHub](https://img.shields.io/github/stars/testing-library/jest-native.svg?style=social)](https://github.com/testing-library/jest-native/stargazers) @@ -279,7 +279,7 @@ expect(queryByText('Hello World')).not.toHaveStyle({ color: 'white' }); ## Inspiration This library was made to be a companion for -[native-testing-library](https://github.com/bcarroll22/native-testing-library). +[native-testing-library](https://github.com/testing-library/native-testing-library). It was inspired by [jest-dom](https://github.com/gnapse/jest-dom/), the companion library for [dom-testing-library](https://github.com/kentcdodds/dom-testing-library/). We emulated as many of @@ -295,7 +295,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -
Brandon Carroll
Brandon Carroll

💻 📖 🚇 ⚠️
+
Brandon Carroll
Brandon Carroll

💻 📖 🚇 ⚠️
diff --git a/package.json b/package.json index ff521a8..38deaaa 100644 --- a/package.json +++ b/package.json @@ -82,12 +82,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bcarroll22/jest-native.git" + "url": "git+https://github.com/testing-library/jest-native.git" }, "author": "Brandon Carroll", "license": "MIT", "bugs": { - "url": "https://github.com/bcarroll22/jest-native/issues" + "url": "https://github.com/testing-library/jest-native/issues" }, - "homepage": "https://github.com/bcarroll22/jest-native#readme" + "homepage": "https://github.com/testing-library/jest-native#readme" }