-
Notifications
You must be signed in to change notification settings - Fork 827
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
License declaration conflict #85
Comments
fixed in #89 |
This change now causes a warning when installing octicons from npm. Here is what the package.json spec says about the
|
So looks like what we had was correct? Why doesn't webjars.org recognize it? |
I found webjars/webjars#1127 on the webjars issue tracker:
|
Ah, ok, I'll try an OR. Thanks for looking that up for me |
Just for some background, we can't support AND expressions in WebJars because Maven Central doesn't support them. |
I want to deploy octicons to webjar.org. But their submission system does not recognize
"license": "(OFL-1.1 AND MIT)",
. Maybe you should change it to"license": ["OFL-1.1", "MIT"],
.The text was updated successfully, but these errors were encountered: