meenie / 8bit.js

8Bit.js Audio Library - Write music using 8bit oscillation sounds.
778 stars 37 forks source link

Set "main" entry point properly so we can load the library through npm #6

Closed JaapRood closed 11 years ago

JaapRood commented 11 years ago

Not sure if it's just me, but setting the main property of the package.json should make sure we can just call

var EightBit = require('8bit');

in Node.

Or I've missed something and doing something wrong (very possible).

meenie commented 11 years ago

Yup, it was originally in the same folder and then moved it later on. Thanks a ton for the fix!