Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Matomo 5.0.5 (latest v5) #158

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
65 changes: 37 additions & 28 deletions README.md

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-detector-js",
"version": "3.0.3",
"version": "4.0.0",
"description": "A javascript port of Matomo device-detector",
"homepage": "https://github.com/etienne-martin/device-detector-js#readme",
"keywords": [
Expand All @@ -26,7 +26,8 @@
"contributors": [
"Alex Beauchemin <[email protected]> (https://github.com/AlexBeauchemin)",
"Ayan Dey <[email protected]> (https://github.com/whimsicaldreamer)",
"Julien Maitrehenry <[email protected]> (https://github.com/jmaitrehenry)"
"Julien Maitrehenry <[email protected]> (https://github.com/jmaitrehenry)",
"Gligor Kotushevski (https://github.com/gligorkot)"
],
"repository": {
"type": "git",
Expand All @@ -52,7 +53,7 @@
"build": "tsc --pretty"
},
"napa": {
"device-detector": "https://github.com/matomo-org/device-detector#4.2.3"
"device-detector": "https://github.com/matomo-org/device-detector#5.0.5"
},
"napa-config": {
"cache": false
Expand Down
Loading