Skip to content

Commit

Permalink
fix: removed unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 16, 2024
1 parent a7c86f2 commit d3069c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-json-schema-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BaseError } from "./src/Error/BaseError.js";
import { formatError } from "./src/Utils/formatError.js";

// This constant gets replaced by the build script
const pkgVersion = "0.0.0"; /* __VERSION__ */
const pkgVersion = "0.0.0";

const args = new Command()
.option("-p, --path <path>", "Source file path")
Expand Down

0 comments on commit d3069c8

Please sign in to comment.