Skip to content

Commit

Permalink
fix(versioning): Set beta tag in npm to avoid default install
Browse files Browse the repository at this point in the history
[email protected] is not released yet.  Vanilla installes will fail

closes #1
  • Loading branch information
jaketrent committed Jan 8, 2016
1 parent 86f285d commit 742b1f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]`, `npm install html-webpack-plugin@2`.

## Installation

Install the template in your project with npm:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
},
"peerDependencies": {
"html-webpack-plugin": "2.x"
},
"publishConfig": {
"tag": "beta"
}
}

0 comments on commit 742b1f2

Please sign in to comment.