aframevr / aframe-registry

[DISCONTINUED] Curated collection of community A-Frame components.
https://aframe.io/registry/
MIT License
77 stars 39 forks source link

How is this JSON file maintained? #6

Closed donmccurdy closed 8 years ago

donmccurdy commented 8 years ago

If I do an npm version patch bump to a component, do I also need to submit a PR here? If the component URL includes a SHA1, I assume that a PR would be necessary.

Is it possible to update this repository automatically (after an initial PR to register the component) using NPM APIs and looking for an aframe subtree in package.json?

ngokevin commented 8 years ago

Discussion at https://github.com/aframevr/aframe-components/issues/5

But I think we'll leverage services such as unpkg.com (formerly npmcdn) such that you can specify fuzzy version or fixed versions if you wish.