Skip to content

Commit feb0c92

Browse files
committed
add peerDependencies
1 parent 73823a6 commit feb0c92

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,4 +400,4 @@ If you still don't understand README, you can checkout examples in specWepback w
400400
- v1.2.0 support using loader and image in html
401401
- v1.2.2 fix bug from uglify js which remove quotes
402402
- v1.2.3 just chanage a few text
403-
- v1.2.5 add doc and test for resource attribute
403+
- v1.2.6 add doc and test for resource attribute

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,4 @@ plugins: [
398398
- v1.2.0 支持对html使用loader以及支持image插入到html中
399399
- v1.2.2 修复uglify js引入的,去掉引号无法匹配问题
400400
- v1.2.3 改了点小文案而已
401-
- v1.2.5 给资源属性添加文档与测试用例
401+
- v1.2.6 给资源属性添加文档与测试用例

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-res-webpack-plugin",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "html generation and resource inline or md5 for webpack",
55
"keywords": [
66
"front-end",
@@ -52,6 +52,9 @@
5252
"url-loader": "^0.5.6",
5353
"webpack": "^1.14.0"
5454
},
55+
"peerDependencies": {
56+
"html-loader": "0.4.x"
57+
},
5558
"license": "MIT",
5659
"engines": {
5760
"node": ">=4.0.0",

0 commit comments

Comments
 (0)