gatsby-plugin-robots-txt icon indicating copy to clipboard operation
gatsby-plugin-robots-txt copied to clipboard

Incompatible with Gatsby v4

Open LucyMac opened this issue 1 year ago • 0 comments

I unfortunately can't use this plugin because I'm still on Gatsby v4. Would it break if this line were changed?

From:

  "peerDependencies": {
    "gatsby": "^5.0.0"
  }

To:

"peerDependencies": {
    "gatsby": "^5.0.0 || ^4.0.0"
  }

Happy to open a PR.

LucyMac avatar Jan 29 '24 17:01 LucyMac