Skip to content

Commit

Permalink
chore: add funding
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Sep 26, 2021
1 parent 66cc465 commit cc50b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ui",
"browser"
],
"funding": "https://github.com/aidenybai/million?sponsor=1",
"author": "Aiden Bai <hello@aidenybai.com>",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const build = () => [

const entry = (input, output) => ({
input,
output,
plugins: [
eslint(),
commonjs(),
Expand All @@ -38,7 +39,6 @@ const entry = (input, output) => ({
}),
beep(),
],
output,
onwarn: () => {},
});

Expand Down

0 comments on commit cc50b06

Please sign in to comment.