Skip to content

Commit

Permalink
fix: after update dep dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 17, 2021
1 parent 91166c1 commit efe15d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import path from 'path';
import {format} from 'util';
import parseToPostHtml from 'posthtml-parser';
import { parser as parseToPostHtml } from 'posthtml-parser';
import expressions from 'posthtml-expressions';
import {match} from 'posthtml/lib/api';
import merge from 'deepmerge';
Expand Down

0 comments on commit efe15d7

Please sign in to comment.