Skip to content

Commit

Permalink
added rollup v4 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jleeson committed Oct 19, 2023
1 parent 2412d78 commit 59f7687
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
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-html-literals",
"version": "1.1.7",
"version": "1.1.8",
"description": "A Rollup plugin to minify html template literals",
"main": "dist/plugin.js",
"module": "dist/plugin.mjs",
Expand Down Expand Up @@ -54,6 +54,6 @@
"minify-html-literals": "^1.3.5"
},
"peerDependencies": {
"rollup": "^1.x.x||^2.x.x||^3.x.x"
"rollup": "^1.x.x||^2.x.x||^3.x.x||^4.x.x"
}
}

0 comments on commit 59f7687

Please sign in to comment.