Skip to content

Commit

Permalink
fix plugin change
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfekete committed Oct 20, 2023
1 parent 4d2f588 commit 5bc10a5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 88 deletions.
135 changes: 49 additions & 86 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-terser": "^0.4.4",
"jsdoc": "^4.0.0",
"jshint": "^2.12.0",
"jsonfile": "6.1.0",
Expand All @@ -61,7 +62,6 @@
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-version-injector": "^1.3.3",
"seedrandom": "3.0.5",
"underscore": ">=1.13.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import resolve from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";
import terser from "@rollup/plugin-terser";
import versionInjector from 'rollup-plugin-version-injector';
import { terser } from "rollup-plugin-terser";
import pkg from "./package.json";

export default [
Expand Down

0 comments on commit 5bc10a5

Please sign in to comment.