Skip to content

Commit

Permalink
🐛 disable banner because of egoist/bili#346
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed May 7, 2020
1 parent fa6ba6a commit 424c1f7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .bilirc.ts
@@ -1,7 +1,7 @@
import type { Config as Configuration } from 'bili';

const configuration: Configuration = {
banner: true,
banner: false,
input: 'src/index.ts',
output: {
format: ['es', 'cjs', 'umd', 'umd-min'],
Expand Down
5 changes: 0 additions & 5 deletions dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.esm.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions dist/index.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.umd.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 424c1f7

Please sign in to comment.