1
0
Fork 0

fix: email in plugin.json

This commit is contained in:
Ronan 2020-01-20 11:12:38 +01:00
commit c9fcc41dd5

View file

@ -1,7 +1,7 @@
{ {
"name": "Google Analytics Theme", "name": "Google Analytics Theme",
"description": "A sublime Google Analytics theme for Matomo", "description": "A sublime Google Analytics theme for Matomo",
"version": "0.1.1", "version": "0.1.2",
"theme": true, "theme": true,
"require": { "require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1" "piwik": ">=3.13.1-stable,<4.0.0-b1"
@ -10,21 +10,17 @@
"javascript": "javascripts\/theme.js", "javascript": "javascripts\/theme.js",
"homepage": "https://lazuli.agency", "homepage": "https://lazuli.agency",
"license": "GPL v3+", "license": "GPL v3+",
"keywords": ["Google Analytics", "Google", "Analytics", "Universal Analytics"], "keywords": ["Google Analytics", "Google", "Analytics", "Universal Analytics", "modern"],
"support": { "support": {
"email": "contact@ronan-hello.fr", "email": "contact@ronan-hello.fr",
"issues": "", "issues": "https://lazuli.agency",
"forum": "https://lazuli.agency", "forum": "https://lazuli.agency",
"irc": "", "source": "https://lazuli.agency"
"source": "https://lazuli.agency",
"docs": "https://lazuli.agency",
"wiki": "https://lazuli.agency",
"rss": ""
}, },
"authors": [ "authors": [
{ {
"name": "Ronan HELLO", "name": "Ronan HELLO",
"email": "https://ronan-hello.fr", "email": "contact@ronan-hello.fr",
"homepage": "https://ronan-hello.fr" "homepage": "https://ronan-hello.fr"
} }
] ]