Skip to content

Commit

Permalink
chore: remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 30, 2023
1 parent 752d2bd commit abc645d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/readme-updater-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function updateReadme (aboutMd, manifestPath, readmePath, app) {
const readme = parseMarkdown(readmeContents)
const about = parseMarkdown(aboutMd)

// remove existing header, CI link, etc
/** @type {import('mdast').Root} */
const parsedReadme = {
type: 'root',
Expand Down

0 comments on commit abc645d

Please sign in to comment.