switch to using and running *.coffee files instead of *.js as this is an app, not a package

This commit is contained in:
2012-03-15 00:00:44 +00:00
parent cc124d99f6
commit 8c1ebf8b91
10 changed files with 8 additions and 124 deletions

View File

@@ -11,5 +11,9 @@
"docco": "*",
"mocha": "*",
"should": "*"
},
"engine": {
"node": "0.6.x",
"npm": "1.x.x"
}
}