Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "md.daily", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "for daily store", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
> VERSION 2.0.2 | ||
> VERSION 2.1.1 | ||
@@ -4,0 +4,0 @@ # 日记 md.daily |
@@ -0,0 +0,0 @@ const md5 = require('md5'); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const path = require('path') |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ const { EventEmitter } = require('events'); |
@@ -0,0 +0,0 @@ const parse = require('./parse'); |
@@ -69,3 +69,3 @@ const beauty = require('./beauty') | ||
} catch (err) { | ||
console.log('Meta Parse Error'); | ||
console.log('md.daily: Meta Parse Error, info:', meta_text); | ||
console.log(err); | ||
@@ -72,0 +72,0 @@ } |
@@ -0,0 +0,0 @@ const { EventEmitter } = require('events') |
@@ -0,0 +0,0 @@ daily { |
@@ -0,0 +0,0 @@ /** |
const path = require('path') | ||
, README_FILE = path.join(__dirname, 'README.md') | ||
, Daily = require('./index') | ||
, Daily = require('./Daily') | ||
@@ -5,0 +5,0 @@ let readme = new Daily(README_FILE); |
Sorry, the diff of this file is not supported yet
14396