Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Note about supertest and npm 3+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokero committed Dec 14, 2015
1 parent 446863a commit 4d50807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4d50807

Please sign in to comment.