From 53456f5a40cebfcce0acc70251545222e3eb9fbc Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Thu, 27 Feb 2014 17:31:09 -0800 Subject: [PATCH] use peerDependencies for baconjs --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10eb17f..5fd505b 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,14 @@ "licenses": [ "MIT" ], - "dependencies": { - "baconjs": "0.7.5-alpha-1" + "peerDependencies": { + "baconjs": "0.7.x" }, "devDependencies": { "coffee-script": "1.4.0", "mocha": "~1.12", "chai": "1.6.0", + "baconjs": "0.7.5-alpha-1", "grunt": "0.4.1", "grunt-cli": "0.1.5", "grunt-contrib-coffee": "~0.4.0",