Skip to content

Commit f4d117b

Browse files
authored
Merge pull request #10 from yustnip/feature/update-posthtml-0.10.0
Bumped the posthtml dependency version to 0.10.0
2 parents f4c4fc2 + 83c6da5 commit f4d117b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-posthtml",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Gulp PostHTML Plugin",
55
"main": "index.js",
66
"engines": {
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"gulp-util": "^3.0.6",
19-
"posthtml": "^0.9.2",
19+
"posthtml": "^0.10.0",
2020
"posthtml-load-config": "^1.0.0",
2121
"through2": "^2.0.0"
2222
},

0 commit comments

Comments
 (0)