Skip to content

Better semver ranges support  #1

@mindrones

Description

@mindrones

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.

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions