Skip to content

Commit e4b8045

Browse files
committed
fix: import parser, close #61
1 parent f775bb9 commit e4b8045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
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');
6+
const parser = require('posthtml-parser').default;
77
const {match} = require('posthtml/lib/api');
88
const expressions = require('posthtml-expressions');
99

0 commit comments

Comments
 (0)