seaneagan / den

A pubspec authoring tool.
BSD 2-Clause "Simplified" License
27 stars 6 forks source link

Overwriting git dependency with plain version dependency produces incorrect yaml #18

Open seaneagan opened 9 years ago

seaneagan commented 9 years ago

initial yaml:

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

After running den install prompt:

dependencies:
  prompt:null
Andersmholmgren commented 9 years ago

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