This commit is contained in:
Matteo Manzinello 2019-09-18 23:47:44 +02:00
parent 63933e6ae2
commit 6f0a22bfde

View File

@ -1,7 +1,7 @@
{ {
"name": "mailgo", "name": "mailgo",
"version": "0.6.10", "version": "0.7.0",
"description": "a different mailto", "description": "a different mailto: and another tel:",
"scripts": { "scripts": {
"build": "gulp && webpack", "build": "gulp && webpack",
"test": "jest" "test": "jest"
@ -14,7 +14,9 @@
"module": "./mailgo.js", "module": "./mailgo.js",
"keywords": [ "keywords": [
"mailto", "mailto",
"mail" "mail",
"tel",
"callto"
], ],
"author": "Matteo Manzinello", "author": "Matteo Manzinello",
"license": "MIT", "license": "MIT",