Skip to content

Commit

Permalink
Remove unused Rollup dependencies (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Jul 26, 2023
1 parent e744ed1 commit 685cafc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 189 deletions.
179 changes: 0 additions & 179 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"jest-junit": "^16.0.0",
Expand Down
8 changes: 0 additions & 8 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import resolve from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";
import { terser } from "rollup-plugin-terser";
import sourcemaps from "rollup-plugin-sourcemaps";
import serve from "rollup-plugin-serve";
Expand All @@ -9,12 +7,6 @@ import typescript from "rollup-plugin-typescript2";
const EXPORT_NAME = "jwt-decode";
const isProduction = process.env.NODE_ENV === "production";
const plugins = [
resolve({
browser: true,
}),
commonjs({
requireReturnsDefault: "preferred",
}),
typescript({
clean: true,
useTsconfigDeclarationDir: true,
Expand Down

0 comments on commit 685cafc

Please sign in to comment.