Skip to content

Commit

Permalink
fix: move @rollup/plugin-terser to devDependencies (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Feb 16, 2024
1 parent 062e915 commit 2d95119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,6 @@
"test:e2e": "jest e2e/*"
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.3",
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
Expand All @@ -43,6 +42,7 @@
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.4",
"@types/google.maps": "^3.53.1",
"@types/jest": "^29.5.5",
Expand Down

0 comments on commit 2d95119

Please sign in to comment.