0.3.3
This commit is contained in:
parent
b0e894b565
commit
dc675f9260
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
 [](https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js) [](https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.css)
|
 [](https://unpkg.com/mailgo@0.3.3/dist/mailgo.min.js) [](https://unpkg.com/mailgo@0.3.3/dist/mailgo.min.css)
|
||||||
|
|
||||||
### docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
### docs: <a href="https://www.npmjs.com/package/mailgo">npm</a>
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ add at the end of the `<body>`
|
|||||||
```
|
```
|
||||||
<body>
|
<body>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js"></script>
|
<script src="https://unpkg.com/mailgo@0.3.3/dist/mailgo.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ you can also import mailgo in `<head>` using `defer`
|
|||||||
```
|
```
|
||||||
<head>
|
<head>
|
||||||
...
|
...
|
||||||
<script src="https://unpkg.com/mailgo@0.3.2/dist/mailgo.min.js" defer></script>
|
<script src="https://unpkg.com/mailgo@0.3.3/dist/mailgo.min.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mailgo",
|
"name": "mailgo",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"description": "a different mailto",
|
"description": "a different mailto",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp"
|
"build": "gulp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user