This commit is contained in:
Matteo Manzinello 2019-05-24 21:19:23 +02:00
parent 51591eef7f
commit 5229188285
3 changed files with 5 additions and 4 deletions

2
dist/mailgo.js vendored
View File

@ -1,6 +1,6 @@
"use strict"; "use strict";
var V = "0.4.7"; var V = "0.4.8";
var MAILTO = "mailto:"; // mailgo style var MAILTO = "mailto:"; // mailgo style
var mailgoCSS = document.createElement("link"); var mailgoCSS = document.createElement("link");

2
dist/mailgo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "mailgo", "name": "mailgo",
"version": "0.4.7", "version": "0.4.8",
"description": "a different mailto", "description": "a different mailto",
"scripts": { "scripts": {
"build": "gulp" "build": "gulp"
@ -10,7 +10,8 @@
"url": "git+https://github.com/manzinello/mailgo.git" "url": "git+https://github.com/manzinello/mailgo.git"
}, },
"keywords": [ "keywords": [
"mailto" "mailto",
"mail"
], ],
"author": "Matteo Manzinello", "author": "Matteo Manzinello",
"license": "ISC", "license": "ISC",