Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/update bower.json #17

Open
BrodaUa opened this issue Nov 13, 2019 · 0 comments
Open

Fix/update bower.json #17

BrodaUa opened this issue Nov 13, 2019 · 0 comments

Comments

@BrodaUa
Copy link

BrodaUa commented Nov 13, 2019

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"
      ]
    }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant