Skip to content

Commit 8b44358

Browse files
authored
Merge pull request #62 from posthtml/milestone-1.6.2
fix: import parser, close #61
2 parents f775bb9 + 1d06c1f commit 8b44358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-include",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Include files in HTML",
55
"license": "MIT",
66
"author": "Ivan Voischev <voischev.ivan@ya.ru>",

0 commit comments

Comments
 (0)