den icon indicating copy to clipboard operation
den copied to clipboard

Overwriting git dependency with plain version dependency produces incorrect yaml

Open seaneagan opened this issue 10 years ago • 1 comments

initial yaml:

dependencies:
  git: https://github.com/seaneagan/prompt.git

After running den install prompt:

dependencies:
  prompt:null

seaneagan avatar Feb 13 '15 20:02 seaneagan

This does look like the issue I hit. My use case is changing the types of dependencies. e.g. path <-> git and potentially hosted in the future

Andersmholmgren avatar Apr 20 '15 23:04 Andersmholmgren