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

Update 'main' attribute in bower.json #41

Closed
hitchcockwill opened this issue Jul 29, 2014 · 4 comments
Closed

Update 'main' attribute in bower.json #41

hitchcockwill opened this issue Jul 29, 2014 · 4 comments

Comments

@hitchcockwill
Copy link

The 'main' attribute in the bower.json file currently points to a file that does not exist.

Should be dist/color-thief.min.js or src/color-thief.js

@soyuka
Copy link

soyuka commented Aug 27, 2014

#37 is waiting...

@hitchcockwill
Copy link
Author

Closing as duplicate

@soyuka
Copy link

soyuka commented Aug 27, 2014

It's not really a duplicate, more a related issue with a pending PR on top of it ^^.

The thing is that #37 has been open 3 months ago... Wonder if the project is still be maintained.

@johngeorgewright
Copy link

Until it's merged you can use overrides:

{
  "dependencies": {
    "color-thief": "~2.0.0"
  },
  "overrides": {
    "color-thief": {
      "main": "src/color-thief.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

3 participants