Skip to content

Commit c9d36df

Browse files
build: double check
1 parent ddde876 commit c9d36df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function getAuthors(pkg) {
2929
const { contributors, author } = pkg
3030

3131
const authors = new Set()
32-
if (contributors && contributors)
32+
if (contributors)
3333
contributors.forEach((contributor) => {
3434
authors.add(contributor.name)
3535
})

0 commit comments

Comments
 (0)