fix dependency: strftime

This commit is contained in:
harttle
2016-06-16 01:02:00 +08:00
parent 2498e6c202
commit 9fe49e9872
11 changed files with 115 additions and 51 deletions
+2
View File
@@ -6,6 +6,7 @@ const path = require("path");
const fs = require('fs');
const Tag = require('./tag.js');
const Filter = require('./filter.js');
const error = require('./error.js');
const tagsPath = path.join(__dirname, "tags");
const filtersPath = path.join(__dirname, "filters");
@@ -45,5 +46,6 @@ function factory(){
}
factory.lexical = lexical;
factory.error = error;
module.exports = factory;