For simple packages its nice to drop your source in an `index.coffee` file and forgo specifying "main:" in `package.json`. When litcoffee hit the scene you could also use `index.litcoffee` or `index.coffee.md` as your default main file. This worked with v1.6.1 but no longer with the new revision.  This is a minor issue, but I for one liked having simple packages in literate form. I'll try to look through the changes since the last revision, but thought I'd point out the issue to those in the know.