Skip to content

Commit

Permalink
Updated plugin package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikAGriffin committed Oct 7, 2023
1 parent 9c24bae commit 5d78636
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/gatsby-plugin-decap-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"name": "gatsby-plugin-decap-cms",
"description": "A Gatsby plugin which generates the Decap CMS single page app",
"version": "7.13.0-next.0",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
Expand All @@ -25,27 +25,27 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-decap-cms#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"netlify",
"netlify-cms",
"decap",
"decap-cms",
"cms"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^5.0.0-next",
"netlify-cms-app": "^2.9.0",
"decap-cms-app": "^2.9.0",
"react": "^18.0.0 || ^0.0.0",
"react-dom": "^18.0.0 || ^0.0.0",
"webpack": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-netlify-cms"
"directory": "packages/gatsby-plugin-decap-cms"
},
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
Expand Down

0 comments on commit 5d78636

Please sign in to comment.