We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c391e3 + 0708535 commit 77ad60aCopy full SHA for 77ad60a
lib/index.js
@@ -3,7 +3,7 @@
3
const fs = require('fs');
4
const path = require('path');
5
const posthtml = require('posthtml');
6
-const parser = require('posthtml-parser').default;
+const parser = require('posthtml-parser').parser;
7
const {match} = require('posthtml/lib/api');
8
const expressions = require('posthtml-expressions');
9
0 commit comments