Skip to content

Commit d2316ba

Browse files
committed
Add plugin name
1 parent 42ca3de commit d2316ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var toTree = require('posthtml/lib/parser').toTree;
22
var fs = require('fs');
33
var path = require('path');
44

5-
module.exports = function(options) {
5+
module.exports = function posthtmlInclude(options) {
66
options = options || {};
77

88
return function(tree) {

0 commit comments

Comments
 (0)