Skip to content

Commit

Permalink
fix: removed v
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jan 7, 2025
1 parent c1872de commit 99b44ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const [from, to] = ['src/all.css', 'patterns.css']
const css = fs.readFileSync(from, 'utf8')

const packageFile = JSON.parse(fs.readFileSync('package.json', 'utf8'))
const title = packageFile.name + ' v' + packageFile.version
const title = packageFile.name + ' ' + packageFile.version
const license = packageFile.license + ' License'
const link = packageFile.repository.url.replace('git+', '').replace('.git', '')
const header = '/*! ' + [title, license, link].join(' | ') + ' */'
Expand Down
2 changes: 1 addition & 1 deletion patterns.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99b44ab

Please sign in to comment.