From 2466e51b549effc3e268c98f1295f22b01a9aec9 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 1 Nov 2019 16:31:32 -0700 Subject: [PATCH 1/2] Add enterprise language --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f20787b88..8bbfa9532 100644 --- a/README.md +++ b/README.md @@ -381,3 +381,9 @@ Please feel free to [contribute documentation](https://github.com/istanbuljs/ist [`babel-plugin-istanbul`]: https://github.com/istanbuljs/babel-plugin-istanbul [`@istanbuljs/nyc-config-babel`]: https://www.npmjs.com/package/@istanbuljs/nyc-config-babel [selecting files for coverage]: #selecting-files-for-coverage + +## `nyc` for enterprise + +Available as part of the Tidelift Subscription. + +The maintainers of `nyc` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-nyc?utm_source=npm-nyc&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) From ce5f02a3113381927ceefda03ad1813bf9119167 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 4 Nov 2019 19:47:51 -0500 Subject: [PATCH 2/2] chore: Move link definitions to the end of the file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8bbfa9532..dceaa668e 100644 --- a/README.md +++ b/README.md @@ -377,13 +377,13 @@ See [more nyc tutorials](https://istanbul.js.org/docs/tutorials) and [advanced n Please feel free to [contribute documentation](https://github.com/istanbuljs/istanbuljs.github.io/tree/development/content) to help us improve. -[`@babel/register`]: https://www.npmjs.com/package/@babel/register -[`babel-plugin-istanbul`]: https://github.com/istanbuljs/babel-plugin-istanbul -[`@istanbuljs/nyc-config-babel`]: https://www.npmjs.com/package/@istanbuljs/nyc-config-babel -[selecting files for coverage]: #selecting-files-for-coverage - ## `nyc` for enterprise Available as part of the Tidelift Subscription. The maintainers of `nyc` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-nyc?utm_source=npm-nyc&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) + +[`@babel/register`]: https://www.npmjs.com/package/@babel/register +[`babel-plugin-istanbul`]: https://github.com/istanbuljs/babel-plugin-istanbul +[`@istanbuljs/nyc-config-babel`]: https://www.npmjs.com/package/@istanbuljs/nyc-config-babel +[selecting files for coverage]: #selecting-files-for-coverage