Skip to content

Commit

Permalink
Change the package.json dependency file in order to correct the Runti…
Browse files Browse the repository at this point in the history
…me dependency. The nib.js requires stylus whereas other packages are optionals.
  • Loading branch information
notslang committed Jun 20, 2013
1 parent 383bcf9 commit 9001d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down

0 comments on commit 9001d9a

Please sign in to comment.