talk-message-forms
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -5,3 +5,3 @@ (function() { | ||
FILE_CATEGORY = ['text', 'image', 'application', 'video', 'audio']; | ||
FILE_CATEGORY = ['text', 'image', 'application', 'audio', 'video']; | ||
@@ -12,4 +12,4 @@ FILE_TYPE = { | ||
application: ['sketch', ['ppt', 'pptx'], ['doc', 'docx'], ['xls', 'xlsx'], 'pages', 'numbers', 'keynotes', 'pdf', ['zip', 'rar', 'dmg', 'jar']], | ||
video: [], | ||
audio: [] | ||
audio: [], | ||
video: [] | ||
}; | ||
@@ -41,3 +41,3 @@ | ||
if (category === 'image' || category === 'video' || category === 'audio') { | ||
y = FILE_TYPE.length; | ||
y = FILE_TYPE[category].length; | ||
} else { | ||
@@ -44,0 +44,0 @@ x = FILE_CATEGORY.length; |
{ | ||
"name": "talk-message-forms", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "The Message Structure and Layout of jianliao.com", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
84456