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

{{ aframeVersion }} is pulling 0.6.0 instead of most recent build #40

Open jshaw opened 6 years ago

jshaw commented 6 years ago

Hey! Working on a new component and noticed that while using the angle initcomponent command the version that it is being used in the READEME.md, examples/basic/index.html etc is 0.6.0 instead of the most recent version. At the time of me logging this the most recent version is 0.7.1.

Cheers,

technotherion commented 6 years ago

Hello, I installed angle via npm install angle and have the same issue as OP. Even though I have 0.7.1 installed, npm is creating scenes with version 0.6.0.

donmccurdy commented 6 years ago

Seems to be because this repo is pulling version 0.6.0 of the aframe-registry. Maybe pulling from unpkg would be best?

dsinni commented 6 years ago

Appears to be fixed in 0.8.2.