I'm trying to publish my yeoman generator into npmjs. At the root of my generator I have bower.json and .bowerrc, but after the publication I try to install my generator and these files do not exist.
Does anyone know why? Thanks in advance for your help.
Solution: into package.json remove
"files": [
"app" ],