From 169e6ca7fef0982d46e106d642bbe28f2f12f6fb Mon Sep 17 00:00:00 2001 From: Martin V Date: Sat, 26 Oct 2019 21:16:38 +0200 Subject: [PATCH 1/3] Include missing "dont-cleanup-after-each" script in npm package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f63b22c1..226afc19 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "lib", "src", "README.md", - "LICENSE.md" + "LICENSE.md", + "dont-cleanup-after-each.js" ], "author": "Michael Peyper ", "repository": { From 95b8d8787cdba9bfb8c80adfc00d88e054cde570 Mon Sep 17 00:00:00 2001 From: Martin Veith Date: Sat, 26 Oct 2019 21:27:22 +0200 Subject: [PATCH 2/3] Remove always-included pkg files --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 226afc19..1f298fac 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,6 @@ "files": [ "lib", "src", - "README.md", - "LICENSE.md", "dont-cleanup-after-each.js" ], "author": "Michael Peyper ", From 47f045a92c2c7336806925e4d2952a76652c4b2b Mon Sep 17 00:00:00 2001 From: Martin Veith Date: Sat, 26 Oct 2019 21:37:02 +0200 Subject: [PATCH 3/3] Fix "All Contributors" hash in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e66cb07..0ddc6981 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ [![downloads](https://img.shields.io/npm/dm/@testing-library/react-hooks.svg?style=flat-square)](http://www.npmtrends.com/@testing-library/react-hooks) [![MIT License](https://img.shields.io/npm/l/@testing-library/react-hooks.svg?style=flat-square)](https://github.com/testing-library/react-hooks-testing-library/blob/master/LICENSE.md) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-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/testing-library/react-hooks-testing-library/blob/master/CODE_OF_CONDUCT.md) [![Netlify Status](https://api.netlify.com/api/v1/badges/9a8f27a5-df38-4910-a248-4908b1ba29a7/deploy-status)](https://app.netlify.com/sites/react-hooks-testing-library/deploys)