We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of version 1.0.0 it only supports ranges in the form ~1.2.3 as it seems to be the only kind of range used in d3 modules.
1.0.0
~1.2.3
d3
For example, if instead of
var MODULE_NAME = 'd3'
we use
var MODULE_NAME = 'backbone'
we get an error when processing a range like >=1.1.2 which I'm not supporting at the moment.
>=1.1.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of version
1.0.0
it only supports ranges in the form~1.2.3
as it seems to be the only kind of range used ind3
modules.For example, if instead of
we use
we get an error when processing a range like
>=1.1.2
which I'm not supporting at the moment.The text was updated successfully, but these errors were encountered: