Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Fix/update bower.json #17

@BrodaUa

Description

@BrodaUa

Hello, thank you for the package.

But, please, update your bower.json file. It fails to setup the lib properly since your actual *.js file is dist/angular-word-cloud.js , while the reference in bower.json points to: "main": ["dist/angular-d3-word-cloud.js"].
It took quite a while to notice this nasty small typo.

For those who unable to use the lib right now, try to use overrides in the main bower.json file of the project like this:

 "overrides": {
    "angular-d3-word-cloud": {
      "main": [
        "dist/angular-word-cloud.js"
      ]
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions