makki-toast 1.2.0 → 1.2.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.
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="https://
|
|
1
|
+
<a href="https://danieljimenezc.github.io/makki-toast/MakkiHeader.png"><img alt="makki toast - Try it" src="https://danieljimenezc.github.io/makki-toast/MakkiHeader.png"/></a>
|
|
2
2
|
<div align="center">
|
|
3
3
|
<img src="https://badgen.net/npm/v/makki-toast" alt="NPM Version" />
|
|
4
4
|
<img src="https://img.shields.io/bundlephobia/minzip/makki-toast" alt="Minzip size"/>
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
<div align="center">Easy to use, customizable & compatible with dark mode.</div>
|
|
14
14
|
<br />
|
|
15
15
|
<div align="center">
|
|
16
|
-
<a href="https://
|
|
16
|
+
<a href="https://danieljimenezc.github.io/makki-toast/">Website</a>
|
|
17
17
|
<span> · </span>
|
|
18
|
-
<a href="https://
|
|
18
|
+
<a href="https://danieljimenezc.github.io/makki-toast/#/docs">Documentation</a>
|
|
19
19
|
</div>
|
|
20
20
|
<br />
|
|
21
21
|
<div align="center">
|
|
@@ -108,4 +108,4 @@ const App = () => {
|
|
|
108
108
|
|
|
109
109
|
## Documentation
|
|
110
110
|
|
|
111
|
-
Find the full documentation on [official documentation](https://
|
|
111
|
+
Find the full documentation on [official documentation](https://danieljimenezc.github.io/makki-toast/#/docs)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "makki-toast",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Easy to use and customizable toast",
|
|
5
5
|
"author": "Daniel Jimenez <danieljimenezcanales@gmail.com>",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://danieljimenezc.github.io/makki-toast/",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "DanielJimenezC/makki-toast-package",
|
|
9
9
|
"main": "index.js",
|