diff --git a/package-lock.json b/package-lock.json index bcf3a3f..db72dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-webpack-externals-plugin", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ec1d42..965fa92 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "html-webpack-externals-plugin", - "version": "3.3.0", + "version": "3.3.1", "description": "Webpack plugin that works alongside html-webpack-plugin to use pre-packaged vendor bundles.", - "keywords": ["htmlwebpackplugin", "webpack", "html", "externals"], + "keywords": [ + "htmlwebpackplugin", + "webpack", + "html", + "externals" + ], "main": "lib/index.js", "scripts": { "prepack": "npm run build",