Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package.json Version Concerns #5

Closed
mattdesl opened this issue Dec 24, 2015 · 1 comment
Closed

Package.json Version Concerns #5

mattdesl opened this issue Dec 24, 2015 · 1 comment

Comments

@mattdesl
Copy link
Contributor

In package.json:

  "version": "0.1.0",

Boilerplate version should probably start at 1.0.0 to avoid common problems with the magic zero. Most users are unaware of the subtle differences and will leave it at whatever version is set in the boilerplate.

    "aframe-core": "*",

It might be good to avoid wildcards and just try to keep the boilerplate up to date with whatever is the latest version of aframe-core. Otherwise community driven components will quickly start running into version woes with wildcard dependencies.

@ngokevin
Copy link
Owner

Addressed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants