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

Please fix npm package 1.0.2 , it's empty #138

Closed tiye closed 9 years ago

tiye commented 9 years ago

I got this with npm install emojify.js

➤➤ l node_modules/emojify.js/
LICENSE-IMAGES.md  LICENSE.md         package.json

dist/ is missing.

grigoryvp commented 9 years ago

Same for me. Archive only contains metadata, no code:

curl http://registry.npmjs.org/emojify.js
curl -O http://registry.npmjs.org/emojify.js/-/emojify.js-1.0.2.tgz
tiye commented 9 years ago

@hassankhan ping

hassankhan commented 9 years ago

Hi there, not quite sure what's happened. Anyone got any ideas?

grigoryvp commented 9 years ago

No ideas, it should be automatic on npm publish. I can think of some permission problems with source code files/dirs that prevent them from being packed. But this is pure imagination.

hassankhan commented 9 years ago

I'll try running npm publish again

hassankhan commented 9 years ago

I've tried doing another release, nothing worked. I really have zero ideas on what's causing this ... to my knowledge the .npmignore hasn't changed, nor has anything else. Any help from anyone else would be highly appreciated

tiye commented 9 years ago

Any log from Travis?

onsails commented 9 years ago

I also tried to declare dependency like git://github.com/Ranks/emojify.js#1.0.2, and it led to an empty module too.

hassankhan commented 9 years ago

No build errors or anything, no. Seems like an issue with NPM or an *ignore file.

gothy commented 9 years ago

Please try to add '/' here https://github.com/Ranks/emojify.js/blob/master/.npmignore#L2 Or maybe change to '!dist/*/' on the third line?

hassankhan commented 9 years ago

I believe it's all working now, really really sorry for the inconvenience

gothy commented 9 years ago

Thanks!

tiye commented 9 years ago

Confirmed on my side Thanks.

hassankhan commented 9 years ago

My pleasure, sorry it took so long