jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

npm install instructions for version 3 are wrong #4

Closed leojh closed 8 years ago

leojh commented 8 years ago

In the npm page for this library, it states the following:

Beta version

For the new version that works with html-webpack-plugin@2.x, npm install html-webpack-plugin@3.

...

it should read " ... ... npm install html-webpack-template@3."

Notice that the name of the npm package is wrong

bebraw commented 8 years ago

v3 is the default now. This is likely safely to close.

jaketrent commented 8 years ago

Yes, now instead of referencing beta, the README references legacy if you still need those versions. Closing.