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.
2 parents 46390aa + 5df693e commit 5c4cd60Copy full SHA for 5c4cd60
2 files changed
index.js
@@ -2,7 +2,7 @@ var parser = require('posthtml-parser');
2
var fs = require('fs');
3
var path = require('path');
4
5
-module.exports = function (options) {
+module.exports = function(options) {
6
options = options || {};
7
options.root = options.root || './';
8
options.encoding = options.encoding || 'utf-8';
package.json
@@ -1,6 +1,6 @@
1
{
"name": "posthtml-include",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Include file in HTML",
"main": "index.js",
"dependencies": {
@@ -10,7 +10,8 @@
10
"chai": "^3.2.0",
11
"jscs": "^1.13.1",
12
"jshint": "^2.8.0",
13
- "mocha": "^2.2.5"
+ "mocha": "^2.2.5",
14
+ "posthtml": "^0.8.1"
15
},
16
"scripts": {
17
"test": "npm run lint && mocha",
0 commit comments