Skip to content

Commit

Permalink
chore(deps): remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
inottn committed Jan 23, 2024
1 parent 7a756b0 commit b5bdc88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"url": "[email protected]:inottn/mini-quest.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^1.1.3",
Expand Down
56 changes: 0 additions & 56 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import esbuild from 'rollup-plugin-esbuild';
import dts from 'rollup-plugin-dts';
import commonjs from '@rollup/plugin-commonjs';

const entries = ['./src/index.ts'];

const plugins = [
commonjs(),
esbuild({
target: 'chrome55',
}),
Expand Down

0 comments on commit b5bdc88

Please sign in to comment.