This commit is contained in:
Matteo Manzinello 2019-05-28 09:11:15 +02:00
parent d5d2b3a945
commit ca57f6df2f
2 changed files with 1424 additions and 34 deletions

View File

@ -9,6 +9,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/manzinello/mailgo.git" "url": "git+https://github.com/manzinello/mailgo.git"
}, },
"main": "./dist/mailgo.min.js",
"keywords": [ "keywords": [
"mailto", "mailto",
"mail" "mail"
@ -29,7 +30,9 @@
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0", "gulp-replace": "^1.0.0",
"gulp-terser": "^1.2.0", "gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.2" "gulp-uglify": "^3.0.2",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}, },
"dependencies": {}, "dependencies": {},
"browserslist": "cover 99.5%" "browserslist": "cover 99.5%"

1453
yarn.lock

File diff suppressed because it is too large Load Diff