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.
1 parent 77ad60a commit cccc4e1Copy full SHA for cccc4e1
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').parser;
+const {parser} = require('posthtml-parser');
7
const {match} = require('posthtml/lib/api');
8
const expressions = require('posthtml-expressions');
9
0 commit comments