diff --git a/package.json b/package.json index b9b77ef..659be36 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,17 @@ { "name": "datocms-plugin-matomo", - "version": "0.1.0", - "private": true, - "description": "Provides a sidebar link to Matomo for the current record", + "version": "0.1.1", + "license": "MIT", + "description": "Matomo integration for DatoCMS", + "author": "Odd Camp", + "homepage": "https://github.com/oddcamp/datocms-plugin-matomo", + "repository": { + "type": "git", + "url": "git+https://github.com/oddcamp/datocms-plugin-matomo.git" + }, + "bugs": { + "url": "https://github.com/oddcamp/datocms-plugin-matomo/issues" + }, "dependencies": { "@types/node": "^16.11.21", "@types/react": "^17.0.38", @@ -46,6 +55,7 @@ ], "datoCmsPlugin": { "title": "Matomo", + "coverImage": "docs/cover.png", "entryPoint": "build/index.html", "permissions": [] }