v0.4.8
This commit is contained in:
parent
51591eef7f
commit
5229188285
2
dist/mailgo.js
vendored
2
dist/mailgo.js
vendored
@ -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
2
dist/mailgo.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user