We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ca3de commit d2316baCopy full SHA for d2316ba
1 file changed
index.js
@@ -2,7 +2,7 @@ var toTree = require('posthtml/lib/parser').toTree;
2
var fs = require('fs');
3
var path = require('path');
4
5
-module.exports = function(options) {
+module.exports = function posthtmlInclude(options) {
6
options = options || {};
7
8
return function(tree) {
0 commit comments