Skip to content

Commit

Permalink
fix: Add more information to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
per-oddcamp committed Feb 15, 2022
1 parent b24184b commit 97e102a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -46,6 +55,7 @@
],
"datoCmsPlugin": {
"title": "Matomo",
"coverImage": "docs/cover.png",
"entryPoint": "build/index.html",
"permissions": []
}
Expand Down

0 comments on commit 97e102a

Please sign in to comment.