Skip to content

Commit

Permalink
ci: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wuda-io committed Dec 23, 2024
1 parent 0d6fd9e commit cd61d6a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
33 changes: 0 additions & 33 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 @@ -65,7 +65,6 @@
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-zip": "^1.0.3",
"sass": "^1.77.8",
"tslib": "^2.6.3",
"typescript": "^5.4.3",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import typescriptPlugin from '@rollup/plugin-typescript';
import terserPlugin from '@rollup/plugin-terser';
import dtsPlugin from 'rollup-plugin-dts';
import scss from 'rollup-plugin-scss';
import zip from 'rollup-plugin-zip';
import copy from 'rollup-plugin-copy';

import { readFileSync } from 'fs';
Expand Down

0 comments on commit cd61d6a

Please sign in to comment.