mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
Merge pull request #176 from LekoArts/patch-1
fix: Set correct gatsby peer dep
This commit is contained in:
commit
dd7ee885e6
@ -42,7 +42,7 @@
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"peerDependencies": {
|
||||
"gatsby": ">=2",
|
||||
"gatsby": "^2.0.0 || ^3.0.0",
|
||||
"react": ">=16.8",
|
||||
"react-dom": ">=16.8"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user