Skip to content

Commit

Permalink
fix: rename plugin package
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Jul 31, 2023
1 parent 5a153a7 commit b405046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
'gatsby-plugin-react-helmet',
'gatsby-plugin-catch-links',
{
resolve: 'gatsby-plugin-decap-cms',
resolve: 'gatsby-plugin-netlify-cms',
options: {
modulePath: `${__dirname}/src/cms/cms.js`,
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gatsby-plugin-catch-links": "3.14.0",
"gatsby-plugin-emotion": "^4.0.0",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-decap-cms": "5.14.0",
"gatsby-plugin-netlify-cms": "5.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-remark-autolink-headers": "4.11.0",
"gatsby-remark-external-links": "^0.0.4",
Expand Down

0 comments on commit b405046

Please sign in to comment.