Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Semantic versions and GitHub URLs #10386

Closed
paulyoung opened this issue Nov 13, 2015 · 3 comments
Closed

Semantic versions and GitHub URLs #10386

paulyoung opened this issue Nov 13, 2015 · 3 comments

Comments

@paulyoung
Copy link

I'd like to be able to depend on a project with a GitHub URL while having the benefit of semantic versioning.

Something like:

{
  "dependencies": {
    "user/repo": "^1.0.0"
  }
}

Or perhaps something like this:

{
  "dependencies": {
    "name": "user/repo^1.0.0"
  }
}

I couldn't see anything in the documentation about how to do this already.

@kenany
Copy link
Contributor

kenany commented Nov 13, 2015

This is on the roadmap and is a duplicate of several other tickets (which are linked in the roadmap).

@paulyoung
Copy link
Author

Great! Thanks. Sorry for the dupe but I couldn't find anything when searching.

@kenany
Copy link
Contributor

kenany commented Jun 29, 2016

Closing since this is on the roadmap.

@kenany kenany closed this as completed Jun 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants