Skip to content

allow requires to be an object #69

Description

@kraf

What would you think about requires (and maybe similar options) additionally accepting an object, e.g.

{
  'node': '>= 4.0.0',
  'libpng': ''
}

This would allow me to specify a default set of dependencies for most of my projects, but be able to override the version with a config merge. I can do the implementation, but I first wanted to know your opinion on this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions