-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(versioning): Set beta tag in npm to avoid default install
[email protected] is not released yet. Vanilla installes will fail closes #1
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,8 @@ | |
}, | ||
"peerDependencies": { | ||
"html-webpack-plugin": "2.x" | ||
}, | ||
"publishConfig": { | ||
"tag": "beta" | ||
} | ||
} |