Skip to content

Commit 06e5962

Browse files
committed
Bumped the posthtml dependency version to 0.10.0
1 parent f4c4fc2 commit 06e5962

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.1.0",
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)