Skip to content

Commit

Permalink
removed unused excess code (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
PalashCoder authored Oct 2, 2023
1 parent ff5e67c commit f7423d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genReadme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const Toc = require("markdown-toc");
const prettier = require("prettier");
const yargs = require("yargs/yargs");
const { hideBin } = require("yargs/helpers");
const { usage } = require("yargs");

const repositoryRootPath = __dirname;
const readmePath = path.resolve(repositoryRootPath, "./README.md");
Expand Down

0 comments on commit f7423d9

Please sign in to comment.