aframevr / aframe-registry

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

Allow defining a single path rather than a path for each version #39

Closed ngokevin closed 7 years ago

ngokevin commented 7 years ago
package:
  versions: 
    0.4.0: 
       version: x.x.x
       path: blahblah
package:
  path: blahblah
  versions: 
    0.4.0: 
       version: x.x.x

Path can be overridden by a version entry

ngokevin commented 7 years ago

Done.