Skip to content

Commit 1519ad0

Browse files
committed
fix formatting after refactoring
1 parent 9f3a9cc commit 1519ad0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

@packages/utils/pkg-check.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ function main(flags) {
9292
);
9393
}
9494

95-
if (
96-
!flags.skipMain &&
97-
tarball.files.indexOf(pkgFiles.main) === -1
98-
) {
95+
if (!flags.skipMain && tarball.files.indexOf(pkgFiles.main) === -1) {
9996
problems.push({
10097
type: 'main',
10198
file: pkgFiles.main,

0 commit comments

Comments
 (0)