From fd46c58e64f6dc341ebb06522aa703b43f60fb25 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 19 May 2023 22:43:17 +0200 Subject: [PATCH] Readme: Refer #3 (got 1.12.x breaks mocha) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f125db3..8ccfbf4 100644 --- a/README.adoc +++ b/README.adoc @@ -200,7 +200,7 @@ The following is a list of `devDependencies` with their description. * {npmjs-pkg}/nginx-testing[nginx-testing] -- Support for integration/acceptance testing of nginx configuration. -* {npmjs-pkg}/got[got] -- A human-friendly and powerful HTTP request library for Node.js. Used in integration tests. +* {npmjs-pkg}/got[got] -- A human-friendly and powerful HTTP request library for Node.js. Used in integration tests. Do _not_ update it to version 12.x (see https://github.com/{gh-name}/issues/3[#3])! * {npmjs-pkg}/eslint[eslint] -- {ESLint} is a tool for identifying and reporting on patterns found in JavaScript and TypeScript code. ** {npmjs-pkg}/@typescript-eslint/eslint-plugin[@typescript-eslint/eslint-plugin] -- A TypeScript plugin for {ESlint}.