Skip to content

Commit

Permalink
Removed deprecated rollup-plugin-summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Nov 8, 2023
1 parent 69836d6 commit d272749
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 164 deletions.
161 changes: 0 additions & 161 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup-plugin-summary": "^2.0.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"uikit": "^3.17.8"
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/

import summary from 'rollup-plugin-summary';
import terser from '@rollup/plugin-terser';
import resolve from '@rollup/plugin-node-resolve';
import replace from '@rollup/plugin-replace';
Expand Down Expand Up @@ -33,6 +32,5 @@ export default {
},
},
}),
summary(),
],
};

0 comments on commit d272749

Please sign in to comment.