pgte / fugue

Unicorn for node.js
MIT License
396 stars 14 forks source link

Add main property to package.json #9

Closed aflatter closed 13 years ago

aflatter commented 13 years ago

The latest node and npm versions introduced some changes in how packages are handled and thus require('fugue') currently fails. The problems is that a 'main' property seems to be required now (See https://github.com/isaacs/npm/blob/master/doc/json.md). Adding main: "./lib/fugue.js" fixes this issue.

aflatter commented 13 years ago

Same for your carrier module by the way. :-)

pgte commented 13 years ago

Done and done :)

aflatter commented 13 years ago

Amazing, thanks. :)