Skip to content

Commit e353275

Browse files
committed
fix: make the linter happy
1 parent 13f15e1 commit e353275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const vals = Object.values
1515

1616
const { writeFile, mkdir, unlink, readdir, readFile, copyFile } = fs
1717

18-
const plugins = [ preserveShebangs.preserveShebangs() ]
18+
const plugins = [preserveShebangs.preserveShebangs()]
1919

2020
class Package {
2121
constructor ({ cwd, hooks, tests }) {

0 commit comments

Comments
 (0)