@prezly/docx-cleaner
Advanced tools
Comparing version 0.1.0-alpha.22 to 0.1.0-alpha.23
{ | ||
"name": "@prezly/docx-cleaner", | ||
"version": "0.1.0-alpha.22", | ||
"version": "0.1.0-alpha.23", | ||
"description": "Normalize dirty HTML and DOCX/RTF documents into clean, understandable HTML", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e6180ea6f508a88bc79f93b3acc6153c8b50c776" | ||
"gitHead": "aa75f5519d762f7fbe9715d72b2de4ea4d61bb80" | ||
} |
@@ -30,5 +30,3 @@ # @prezly/docx-cleaner | ||
return ( | ||
<textarea value={value} onPaste={handlePaste} /> | ||
); | ||
return <textarea value={value} onPaste={handlePaste} />; | ||
}; | ||
@@ -38,1 +36,5 @@ | ||
``` | ||
---- | ||
Brought to you by [Prezly](https://www.prezly.com/?utm_source=github&utm_campaign=@prezly/docx-cleaner). |
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
157283
39