Skip to content

Commit

Permalink
fix: remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon van der Grient committed Jun 23, 2022
1 parent 3b9690b commit 6a773e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 809 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ yarn add strapi-plugin-plausible
In the `config/plugins.js` file add:

```js
plausible: {
sharedLink: "<YOUR SHARED LINK>"
module.exports = {
// ...other plugins
plausible: {
sharedLink: "<YOUR SHARED LINK>"
}
}
```

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-plausible",
"version": "1.0.1",
"version": "1.0.2",
"description": "Add your Plausible analytics dashboard to Strapi.",
"strapi": {
"displayName": "Plausible",
Expand Down Expand Up @@ -38,10 +38,7 @@
"plugin"
],
"license": "MIT",
"dependencies": {
"@strapi/helper-plugin": "^4.2.0",
"react": "^17.0.2"
},
"dependencies": {},
"peerDependencies": {
"@strapi/strapi": "^4.2.0"
}
Expand Down
Loading

0 comments on commit 6a773e2

Please sign in to comment.