Skip to content

dem add/ensure doesn't create anything in vendor/ #55

Description

@jslick

Perhaps I am misunderstanding dem, but it seems dem add should be files in vendor? But I am not seeing this happening. Thus far, only dem alias does anything to vendor/ .

Using dem 0.9.9:

  1. dem init
    sucessfully initialized dem.json
  2. jq . dem.json
{
  "modules": [],
  "aliases": {}
}
  1. dem add https://deno.land/x/dejs@0.9.3
    successfully added new module: https://deno.land/x/dejs, version: 0.9.3
  2. jq .modules dem.json
[
  {
    "protocol": "https",
    "path": "deno.land/x/dejs",
    "version": "0.9.3",
    "files": []
  }
]

But, there is no vendor directory (if I create vendor/ beforehand, nothing is placed inside of it).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions