Skip to content

Commit

Permalink
Merge pull request #1832 from tbo47/remove-unused-libs
Browse files Browse the repository at this point in the history
remove unused libs
  • Loading branch information
lavrton authored Oct 7, 2024
2 parents b379efe + 7714ef6 commit c433e6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@
"parcel": "2.10.1",
"process": "^0.11.10",
"rollup": "^4.9.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.36.0",
"size-limit": "^11.0.1",
"ts-mocha": "^10.0.0",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import typescript from 'rollup-plugin-typescript2';

const pkg = require('./package.json');
Expand Down

0 comments on commit c433e6b

Please sign in to comment.