Skip to content

Commit 73823a6

Browse files
committed
update dependency
1 parent 844293e commit 73823a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4 add doc and test for resource attribute
403+
- v1.2.5 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.4 给资源属性添加文档与测试用例
401+
- v1.2.5 给资源属性添加文档与测试用例

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-res-webpack-plugin",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "html generation and resource inline or md5 for webpack",
55
"keywords": [
66
"front-end",
@@ -28,6 +28,8 @@
2828
"test": "jasmine"
2929
},
3030
"dependencies": {
31+
"bluebird": "^3.4.7",
32+
"colors": "^1.1.2",
3133
"html-minifier": "^1.1.1",
3234
"loader-utils": "^0.2.15",
3335
"lodash": "^3.10.1"
@@ -37,8 +39,6 @@
3739
"babel-core": "^6.1.4",
3840
"babel-loader": "^6.1.0",
3941
"babel-preset-es2015": "^6.1.4",
40-
"bluebird": "^3.4.7",
41-
"colors": "^1.1.2",
4242
"copy-webpack-plugin-hash": "^3.0.2",
4343
"css-loader": "^0.22.0",
4444
"extract-text-webpack-plugin-steamer": "^1.0.1",

0 commit comments

Comments
 (0)