ngokevin / mp3-Suite

Library of wrapper scripts for youtube-dl with Reddit and Rapidshare interfaces
2 stars 0 forks source link

[CLOSED] Package.json Version Concerns #5

Closed ngokevin closed 8 years ago

ngokevin commented 8 years ago

Issue by mattdesl Thursday Dec 24, 2015 at 15:16 GMT Originally opened as https://github.com/ngokevin/aframe-component-boilerplate/issues/5


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 commented 8 years ago

Comment by ngokevin Thursday Dec 24, 2015 at 17:28 GMT


Addressed, thanks!