Merge branch 'master' into patch-0

This commit is contained in:
Matteo Manzinello 2019-05-10 16:18:07 +02:00 committed by GitHub
commit 521b0ff8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
mailgo will substitute all the `mailto:` links with the **mailgo modal** mailgo will substitute all the `mailto:` links with the **mailgo modal**
[![mailgo.min.js size](https://img.shields.io/github/size/manzinello/mailgo/dist/mailgo.min.js.svg?label=mailgo.min.js&style=flat-square)](https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js) [![mailgo.min.js size](https://img.shields.io/github/size/manzinello/mailgo/dist/mailgo.min.js.svg?label=mailgo.min.js&style=flat-square)](https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js)
<img src="assets/img/screen-1.png" alt="mailgo modal" width="200"/> <img src="assets/img/screen-1.png" alt="mailgo modal" width="200"/>
@ -20,7 +20,7 @@ add at the end of the `<body>`
``` ```
<body> <body>
... ...
<script src="https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js"></script> <script src="https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js"></script>
</body> </body>
``` ```
@ -29,7 +29,7 @@ you can also import mailgo in `<head>` using `defer`
``` ```
<head> <head>
... ...
<script src="https://unpkg.com/mailgo@0.2.6/dist/mailgo.min.js" defer></script> <script src="https://unpkg.com/mailgo@0.2.7/dist/mailgo.min.js" defer></script>
</head> </head>
``` ```

2
dist/mailgo.js vendored
View File

@ -1,4 +1,4 @@
const VERSION = "0.2.6"; const VERSION = "0.2.7";
const MAILTO = "mailto:"; const MAILTO = "mailto:";
mailgoInit = () => { mailgoInit = () => {

View File

@ -1,6 +1,6 @@
{ {
"name": "mailgo", "name": "mailgo",
"version": "0.2.6", "version": "0.2.7",
"description": "a different mailto", "description": "a different mailto",
"scripts": { "scripts": {
"build": "gulp" "build": "gulp"