Skip to content

Commit c1cbe08

Browse files
committed
chore: update README
1 parent d5dce88 commit c1cbe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
plugins: [
2525
license({
2626
sourcemap: true,
27-
cwd: '.', // Default is process.cwd()
27+
cwd: process.cwd(), // The default
2828

2929
banner: {
3030
commentStyle: 'regular', // The default

0 commit comments

Comments
 (0)