dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

update to work with node 0.6.x #2

Closed troygoode closed 12 years ago

troygoode commented 12 years ago

package.json currently restricts to 0.4.x, and installing via "npm install -f unicode" results in an error:

"Cannot find module './build/default/buffer-stream'"

dodo commented 12 years ago

i fixed bufferstream and removed the restriction.

can you please recheck if it works now?

troygoode commented 12 years ago

yup, works great. thanks!

dodo commented 12 years ago

nice :]