Open seaneagan opened 9 years ago
initial yaml:
dependencies: git: https://github.com/seaneagan/prompt.git
After running den install prompt:
den install prompt
dependencies: prompt:null
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
initial yaml:
After running
den install prompt
: