Skip to content

Commit 8cb105c

Browse files
committed
format
1 parent c700ab7 commit 8cb105c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,16 +325,16 @@
325325
| false
326326
| {
327327
/** Files to copy from the package root to dist */
328-
copy?: Array<string>;
329-
};
328+
copy?: Array<string>
329+
}
330330
/** Whether the package should be checked. */
331331
check?:
332332
| false
333333
| {
334334
/** Exports within the package that should not be checked. */
335-
skip?: Array<string>;
336-
};
337-
};
335+
skip?: Array<string>
336+
}
337+
}
338338
```
339339
340340
## 2.0.0

0 commit comments

Comments
 (0)