Skip to content

Commit 99b44ab

Browse files
committed
fix: removed v
1 parent c1872de commit 99b44ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const [from, to] = ['src/all.css', 'patterns.css']
99
const css = fs.readFileSync(from, 'utf8')
1010

1111
const packageFile = JSON.parse(fs.readFileSync('package.json', 'utf8'))
12-
const title = packageFile.name + ' v' + packageFile.version
12+
const title = packageFile.name + ' ' + packageFile.version
1313
const license = packageFile.license + ' License'
1414
const link = packageFile.repository.url.replace('git+', '').replace('.git', '')
1515
const header = '/*! ' + [title, license, link].join(' | ') + ' */'

patterns.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)