-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Comments
#37 is waiting... |
Closing as duplicate |
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. |
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
The 'main' attribute in the
bower.json
file currently points to a file that does not exist.Should be
dist/color-thief.min.js
orsrc/color-thief.js
The text was updated successfully, but these errors were encountered: