You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure I published e.g. this module see screenshot as stable...
hovering over stable shows hint - "No stable version available yet"
Question related to this: Is it a best practice to also publish the egg.json?
In this case it would proof that my egg.json looks like:
{
"name": "distance-calculator",
"description": "Calculating the distance between two places based on latitude and longitude geocoordinates",
"stable": true,
"files": [
"distance-calculator.ts",
"mod.ts",
"README.md",
"test-it.ts"
]
}
The text was updated successfully, but these errors were encountered:
Hey Michael! Thanks for reaching out. This is a known bug with our current API unfortunately. We have a new one almost ready for deployment, and when that is deployed, this issue will no longer occur!
Also, regarding your egg.json question: It would not affect anything, so feel free to keep it or remove it :)
I'm pretty sure I published e.g. this module see screenshot as stable...
hovering over stable shows hint - "No stable version available yet"
Question related to this: Is it a best practice to also publish the egg.json?
In this case it would proof that my egg.json looks like:
The text was updated successfully, but these errors were encountered: