duojs / duo

A next-generation package manager for the front-end
3.42k stars 118 forks source link

manifest required? #446

Closed markreg closed 9 years ago

markreg commented 9 years ago

Is a component.json manifest required? I was under the impression that duo can resolve dependencies automatically.

dominicbarnes commented 9 years ago

You don't need a manifest at all to use duo. Simply adding your dependencies as require('{owner}/{project}'); is sufficient. Additional semantics include:

markreg commented 9 years ago

The duojs.com website seems to imply that a manifest is required for public components: To create your own public component, just add a component.json to your repository Maybe it should be removed?

stephenmathieson commented 9 years ago

@markreg PRs welcome