Skip to content

Commit fb5fb2b

Browse files
committed
docs: add license to bundle
1 parent a39ac13 commit fb5fb2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rollup.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default {
1111
typescript(),
1212
copy({
1313
targets: [
14+
{
15+
src: 'LICENSE',
16+
dest: 'dist',
17+
},
1418
{
1519
src: 'README.md',
1620
dest: 'dist',

0 commit comments

Comments
 (0)