Skip to content

Commit

Permalink
Change for posthtml-parser update
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Mar 19, 2021
1 parent 59de8b0 commit 7d9c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const parser = require('posthtml-parser');
const parser = require('posthtml-parser').default;
const render = require('posthtml-render');

function contentTree(treeObj, applyOpt, compatibility, library) {
Expand Down

0 comments on commit 7d9c2fc

Please sign in to comment.