Fix matomo package dist files on NPM

This commit is contained in:
Chocobozzz 2022-06-08 15:19:47 +02:00
parent c7d5d5d3e7
commit 9bd2db9033
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "peertube-plugin-matomo",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-matomo",
"version": "1.0.1",
"version": "1.0.2",
"devDependencies": {
"esbuild": "^0.14.27"
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-matomo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Matomo plugin that tracks page views on a PeerTube instance.",
"engine": {
"peertube": ">=4.2.0"