@roast-cms/french-press-editor
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -21,3 +21,3 @@ "use strict"; | ||
if (size / 1000000 <= max && correctFileType) resolve();else { | ||
var message = size / 1000000 <= max ? "oversize" : "wront_type"; | ||
var message = size / 1000000 <= max ? "size" : "mime"; | ||
reject(message); | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "@roast-cms/french-press-editor", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "An offline-first rich text editor component.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
112264