From 9001d9a2bf0b03aa5237c11dac5222b8a850858b Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Thu, 20 Jun 2013 02:30:09 -0500 Subject: [PATCH] Change the package.json dependency file in order to correct the Runtime dependency. The nib.js requires stylus whereas other packages are optionals. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c55900f4..dc43d97e 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,12 @@ "type": "git", "url": "git://github.com/visionmedia/nib.git" }, + "dependencies" : { + "stylus": "0.31.x" + }, "devDependencies": { "connect": "1.x" , "jade": "0.22.0" - , "stylus": "0.31.x" , "mocha": "*" , "should": "*" , "canvas": "*"