Skip to content

Commit

Permalink
add coffeescript as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sentientwaffle committed Feb 15, 2012
1 parent dc28bc1 commit 8d9a62c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

, "dependencies": {"underscore": "1.x.x"}
, "devDependencies":
{ "should": "0.4.x"
, "mocha": "0.5.x"
{ "should": "0.4.x"
, "mocha": "0.5.x"
, "coffee-script": "1.1.x"
}

, "engines": {"node": "> 0.4.1"}
Expand Down

0 comments on commit 8d9a62c

Please sign in to comment.