Skip to content

Commit

Permalink
Properly register coffee as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasenan committed May 21, 2011
1 parent d2b800e commit af5ff68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -6,6 +6,8 @@
"repository": "git://github.com/dhasenan/maryjane",
"licenses": [{"type": "MIT", "url": "https://github.com/dhasenan/maryjane/raw/master/LICENSE"}],
"directories": { "lib": "./lib" },
"homepage": "https://github.com/dhasenan/maryjane"
"homepage": "https://github.com/dhasenan/maryjane",
"dependencies": { "coffee-script": "*" }
"devDependencies": { "expresso": "*" }
}

0 comments on commit af5ff68

Please sign in to comment.