diff --git a/package.json b/package.json index 8d7ae05..49d78e7 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -31,7 +31,7 @@ "webpack": ">=3.0.0" }, "dependencies": { - "minimatch": "3.0.4" + "minimatch": "~3.0.4" }, "peerDependencies": { "html-webpack-plugin": ">=3.0.0",