Skip to content

Commit

Permalink
Merge pull request #6 from GitScrum/milestone-1.0.2
Browse files Browse the repository at this point in the history
Milestone 1.0.2
  • Loading branch information
voischev committed Feb 1, 2016
2 parents 46390aa + 5df693e commit 5c4cd60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var parser = require('posthtml-parser');
var fs = require('fs');
var path = require('path');

module.exports = function (options) {
module.exports = function(options) {
options = options || {};
options.root = options.root || './';
options.encoding = options.encoding || 'utf-8';
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthtml-include",
"version": "1.0.1",
"version": "1.0.2",
"description": "Include file in HTML",
"main": "index.js",
"dependencies": {
Expand All @@ -10,7 +10,8 @@
"chai": "^3.2.0",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"mocha": "^2.2.5"
"mocha": "^2.2.5",
"posthtml": "^0.8.1"
},
"scripts": {
"test": "npm run lint && mocha",
Expand Down

0 comments on commit 5c4cd60

Please sign in to comment.