move-doctor 0.3.0-dev.a5367ba → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3886,7 +3886,7 @@ var renderWorkspaceJson = (workspace, result) => JSON.stringify(
|
|
|
3886
3886
|
var renderWorkspaceScoreOnly = (result) => String(result.aggregateScore.score);
|
|
3887
3887
|
|
|
3888
3888
|
// src/cli/utils/branded-header.ts
|
|
3889
|
-
var VERSION = "0.3.0
|
|
3889
|
+
var VERSION = "0.3.0";
|
|
3890
3890
|
var printBrandedHeader = () => {
|
|
3891
3891
|
const wordmark = highlighter.accent(hyperlink("move.doctor", HOMEPAGE));
|
|
3892
3892
|
process.stdout.write(
|