ngokevin / angle

:clock430: A-Frame command-line tool for installing components and scaffolding templates.
https://www.npmjs.com/package/angle
MIT License
80 stars 20 forks source link

update aframe-registry 0.5.0 ? #29

Closed 7dir closed 7 years ago

7dir commented 7 years ago

does angle version match aframe and aframe-registry?

for today 0.5.0 version angle==aframe==aframe-registry ???

it would be better put version in one place or return last stable aframeVersion, than

// var aframeVersion = Object.keys(require('aframe-registry')).sort().reverse()[0];
var aframeVersion = '0.5.0' || Object.keys(require('aframe-registry')).sort().reverse()[0];

aframe_version in https://github.com/aframevr/aframe-registry/blob/master/package.json#L4 ?

imho