Closed emmanueljourdan closed 11 years ago
That's a great idea ! Will add to the todo
Merci !
Le 2013-04-20 à 09:01, Emmanuel Jourdan notifications@github.com a écrit :
Hey,
Just an idea, if you where to require that the packages would include a file which would contain the version, it would be easier to suggest updates.
For instance you could have a package-info.json in each package folder:
{ "name" : "ejies", "version" : "3.11", "big_version" : 3, "small_version" : 11, }
Just an idea… ej
— Reply to this email directly or view it on GitHub.
Reminder for myself: This would also contain the following:
I added a package-info.json file, would you add anything else ? https://github.com/natcl/max_package_downloader/blob/master/package-info.json
Now implemented !
Hey,
Just an idea, if you where to require that the packages would include a file which would contain the version, it would be easier to suggest updates.
For instance you could have a package-info.json in each package folder:
{ "name" : "ejies", "version" : "3.11", "big_version" : 3, "small_version" : 11, }
Just an idea… ej