@ngx-mce/file-input 21.2.2 → 21.2.3-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,9 @@
9
9
 
10
10
  This is a File Input component for Angular Material projects.
11
11
 
12
- <a href="https://buymeacoffee.com/fbf.prog64" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
12
+ <a href="https://buymeacoffee.com/fbf.prog64" target="_blank">
13
+ <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60">
14
+ </a>
13
15
 
14
16
  # Version control
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-mce/file-input",
3
- "version": "21.2.2",
3
+ "version": "21.2.3-next.1",
4
4
  "description": "Angular Material File Input",
5
5
  "author": "Felipe B.",
6
6
  "repository": {