Skip to content

Commit

Permalink
Merge pull request #13 from swimmadude66/dev
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
Adam Yost authored Feb 26, 2023
2 parents c0facae + eecceb3 commit 2e90fc3
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": "webpack-nomodule-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "a plugin for html-webpack-plugin to label certain chunks as legacy-only via the nomodule attribute",
"main": "dist/plugin.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"webpack": ">=3.0.0"
},
"dependencies": {
"minimatch": "3.0.4"
"minimatch": "~3.0.4"
},
"peerDependencies": {
"html-webpack-plugin": ">=3.0.0",
Expand Down

0 comments on commit 2e90fc3

Please sign in to comment.