The project's GitHub repository, as package.json declares it.
Read from the same manifest as MAIDR_VERSION rather than written out
again, so the "Report an issue" button in the About tab cannot end up
pointing somewhere the package does not claim to live.
test/util/diagnostics.test.ts asserts the URL it builds, which is what
catches the manifest gaining a git+ prefix or a .git suffix that this
plain read would otherwise carry into a broken link.
The project's GitHub repository, as
package.jsondeclares it.Read from the same manifest as MAIDR_VERSION rather than written out again, so the "Report an issue" button in the About tab cannot end up pointing somewhere the package does not claim to live.
test/util/diagnostics.test.tsasserts the URL it builds, which is what catches the manifest gaining agit+prefix or a.gitsuffix that this plain read would otherwise carry into a broken link.