node-red / flow-library

Node-RED Flow Library
Apache License 2.0
70 stars 44 forks source link

fix for saving scoped package scorecards #74

Closed sammachin closed 2 years ago

sammachin commented 2 years ago

No longer using the package name in the scorecard json file name so things don't break with scoped packages that have a / in the name. It uses a random string for the name just to avoid any issues with old versions of the scorecard that might not be cleaned up, although everything should be deleted after its been loaded anyway.