Skip to content

Commit

Permalink
Move terser to peerDependencies (#15)
Browse files Browse the repository at this point in the history
Move terser to peerDependencies so users can use whatever version of Terser they want.
  • Loading branch information
marcusds authored Jan 26, 2021
1 parent 4608529 commit 64fa8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"scripts": {
"test": "grunt test"
},
"dependencies": {
"terser": "^4.6.3"
"peerDependencies": {
"terser": "5.x"
},
"devDependencies": {
"grunt": "^1.0.4",
Expand Down

0 comments on commit 64fa8e8

Please sign in to comment.