Skip to content

Commit

Permalink
Merge fc9f834 into da06646
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed May 3, 2022
2 parents da06646 + fc9f834 commit 441a0ab
Show file tree
Hide file tree
Showing 3 changed files with 16,185 additions and 111 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -4,8 +4,8 @@ const fs = require('fs');
const path = require('path');
const isJSON = require('is-json');
const posthtml = require('posthtml');
const render = require('posthtml-render');
const {merge, isEmpty} = require('lodash');
const {render} = require('posthtml-render');
const match = require('posthtml-match-helper');
const expressions = require('posthtml-expressions');

Expand Down

0 comments on commit 441a0ab

Please sign in to comment.