File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var parser = require('posthtml-parser');
22var fs = require ( 'fs' ) ;
33var 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' ;
Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments