joypixels / emojify.js

A Javascript module to convert Emoji keywords to images
http://hassankhan.github.io/emojify.js/
MIT License
1.8k stars 238 forks source link

!! Fix for Node users not on npm #76

Closed adam-lynch closed 10 years ago

adam-lynch commented 10 years ago

58 is in master but not on npm.

The line is the way it used to be (var document = window.document;). Other things may be old too, I don't know.

This is really weird, I already had 0.9.4 installed from npm and the fix was there. Maybe npm had cached emojify.js (which I was previously installing from my fork (used to create #58)) or one of you re-published 0.9.4 over the existing 0.9.4?

Either way, could someone please make sure everything is compiled, bump to 0.9.5 and publish as 0.9.5 ASAP?

adam-lynch commented 10 years ago

For anyone else, a temporary workaround is to install from GitHub instead of npm; npm install hassankhan/emojify.js

hassankhan commented 10 years ago

Hmmm that's odd, I'll try and remember to do this tonight :+1:

hassankhan commented 10 years ago

Just pushed 0.9.5 in c9568789ee1602b3beccca9f4e43b5c4b2b9a882, let me know if you have any issues :smile: