Skip to content

Commit

Permalink
fix: import parser, close #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 17, 2021
1 parent f775bb9 commit e4b8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');
const posthtml = require('posthtml');
const parser = require('posthtml-parser');
const parser = require('posthtml-parser').default;
const {match} = require('posthtml/lib/api');
const expressions = require('posthtml-expressions');

Expand Down

0 comments on commit e4b8045

Please sign in to comment.