Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "md.daily", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "for daily store", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,3 +12,3 @@ const md5 = require('md5'); | ||
obj.title = obj.title || '未定义标题'; | ||
obj.author = obj.author || 'x in (eczn, deswan)' | ||
// obj.author = obj.author || 'x in (eczn, deswan)' | ||
@@ -21,3 +21,3 @@ // 过滤 | ||
obj.time = new Date(obj.time) | ||
obj.time = new Date(obj.time || obj.date); | ||
@@ -24,0 +24,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14917