Open FichteFoll opened 9 years ago
By the way, your package has been "missing" for 3 months: https://packagecontrol.io/packages/Diagram
This would be nice to be installable via the package controller
Haven't had the bandwidth for much maintenance here. Just updated package.json. Will see about "migrating to the default repositories" (though I really don't know anything about how that works). Pull requests / more detailed instructions gladly accepted. I forked package_control_channel on my account so that someone can send me a pull-request if they just want to do it.
Thanks to our tests (which were failing for your package due to unexpected BOM) it came to my attention that you didn't update your packages.json properly, especially
last_modified
.I suggest you to migrate to the default repositories, which use the 3.0.0 package schema that automatically finds tags pushed to your repo.
However, these tags must be valid semantic versions (with optional leading
v
).Please see https://github.com/wbond/package_control_channel/commit/ebf2992e7262fab262da87c35157e6dbfff497d6 and https://github.com/wbond/package_control/blob/master/example-repository.json on how to proceed.