Search code examples
npmyeomanboweryeoman-generatorbower-install

Publish yeoman-generator. Does not publish bover.json and .bowerrc


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

  • Solution: into package.json remove

    "files": [
      "app" ],