Skip to content

Commit 5c4cd60

Browse files
committed
Merge pull request #6 from GitScrum/milestone-1.0.2
Milestone 1.0.2
2 parents 46390aa + 5df693e commit 5c4cd60

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

index.js

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

5-
module.exports = function (options) {
5+
module.exports = function(options) {
66
options = options || {};
77
options.root = options.root || './';
88
options.encoding = options.encoding || 'utf-8';

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-include",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Include file in HTML",
55
"main": "index.js",
66
"dependencies": {
@@ -10,7 +10,8 @@
1010
"chai": "^3.2.0",
1111
"jscs": "^1.13.1",
1212
"jshint": "^2.8.0",
13-
"mocha": "^2.2.5"
13+
"mocha": "^2.2.5",
14+
"posthtml": "^0.8.1"
1415
},
1516
"scripts": {
1617
"test": "npm run lint && mocha",

0 commit comments

Comments
 (0)