Skip to content

Commit

Permalink
Moved @docusaurus/core to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Apr 13, 2021
1 parent 5bdac8b commit d77ed5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ module.exports = {
},
};
```

const path = require('path');

// path.resolve(__dirname, 'plugins/docusaurus-plugin-matomo')
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-matomo",
"version": "0.0.1",
"version": "0.0.3",
"description": "Matomo plugin for Docusaurus.",
"main": "src/index.js",
"publishConfig": {
Expand All @@ -11,12 +11,8 @@
"url": "git+https://github.com/karser/docusaurus-plugin-matomo.git"
},
"license": "MIT",
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.72"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
"@docusaurus/core": "^2.0.0-alpha.56"
},
"engines": {
"node": ">=12.13.0"
Expand Down

0 comments on commit d77ed5c

Please sign in to comment.