Skip to content

Commit efe15d7

Browse files
committed
fix: after update dep dev
1 parent 91166c1 commit efe15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs';
22
import path from 'path';
33
import {format} from 'util';
4-
import parseToPostHtml from 'posthtml-parser';
4+
import { parser as parseToPostHtml } from 'posthtml-parser';
55
import expressions from 'posthtml-expressions';
66
import {match} from 'posthtml/lib/api';
77
import merge from 'deepmerge';

0 commit comments

Comments
 (0)