diff --git a/README.md b/README.md index c28719f..e1f2b2e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This is a template for the [webpack](http://webpack.github.io/) plugin [html-web Templates for the html-webpack-plugin are implemented using [underscore templates](http://underscorejs.org/#template) (previously, in 2.x, [blueimp templates](https://github.com/blueimp/JavaScript-Templates)). You can write your own as well. +#### Legacy version + +For the legacy version that works with `html-webpack-plugin@1.x`, `npm install html-webpack-plugin@2`. + ## Installation Install the template in your project with npm: diff --git a/package.json b/package.json index 5468be4..226277d 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,8 @@ }, "peerDependencies": { "html-webpack-plugin": "2.x" + }, + "publishConfig": { + "tag": "beta" } }