Skip to content

Commit cccc4e1

Browse files
committed
style: after lint
1 parent 77ad60a commit cccc4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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').parser;
6+
const {parser} = require('posthtml-parser');
77
const {match} = require('posthtml/lib/api');
88
const expressions = require('posthtml-expressions');
99

0 commit comments

Comments
 (0)