Skip to content

Commit 77ad60a

Browse files
authored
Merge pull request #80 from azolotko/patch-1
Update posthtml-parser require
2 parents 2c391e3 + 0708535 commit 77ad60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs');
44
const path = require('path');
55
const posthtml = require('posthtml');
6-
const parser = require('posthtml-parser').default;
6+
const parser = require('posthtml-parser').parser;
77
const {match} = require('posthtml/lib/api');
88
const expressions = require('posthtml-expressions');
99

0 commit comments

Comments
 (0)