From 56df03fb7ca97d6b98b4af630989ee52979f8649 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Tue, 9 Jun 2015 23:22:38 +0200 Subject: [PATCH] package.json: Add a peerDependencies section specifying unexpected 7 | 8. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5b57b9e..a0d507c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "node.js streams plugin for the Unexpected assertion library", "main": "lib/unexpectedStream.js", "dependencies": {}, + "peerDependencies": { + "unexpected": "7 | 8" + }, "devDependencies": { "coveralls": "2.11.2", "istanbul": "0.3.13",