From 4d50807d26f707ae8f1d920482f6323c1f206397 Mon Sep 17 00:00:00 2001 From: Dmitry Kirilyuk Date: Mon, 14 Dec 2015 12:02:56 +0300 Subject: [PATCH] Note about supertest and npm 3+ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2e3539..e7d42a0 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ SuperTest as Promised lists [`supertest`][SuperTest] as a you've asked for in your own `package.json`. If you don't specify a version of SuperTest, npm will use the latest. +**Note**: `supertest` will no longer be automatically installed to fulfill the peerDependency in npm 3+. Your application will need to depend on it explicitly. + Do note that SuperTest as Promised is a well-behaved citizen and doesn't monkey-patch SuperTest directly: