Skip to content

Commit

Permalink
fix(docs): remove README.md not displaying on Gatsby plugin library (#…
Browse files Browse the repository at this point in the history
…27040)

* README.md not displaying on Gatsby plugin library

https://www.gatsbyjs.com/plugins/gatsby-plugin-postcss/

* remove other readme

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
nbaosullivan and wardpeet committed Sep 25, 2020
1 parent 649c2b9 commit 6987edb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/gatsby-cypress/package.json
Expand Up @@ -33,7 +33,6 @@
"cypress": "^3.1.0",
"gatsby": "^2.0.0-rc.13"
},
"readme": "README.md",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-coffeescript/package.json
Expand Up @@ -32,7 +32,6 @@
"peerDependencies": {
"gatsby": "^2.0.0"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-postcss/package.json
Expand Up @@ -27,7 +27,6 @@
"peerDependencies": {
"gatsby": "^2.0.0"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-sass/package.json
Expand Up @@ -29,7 +29,6 @@
"gatsby": "^2.0.0",
"node-sass": "^4.9.0"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-plugin-stylus/package.json
Expand Up @@ -28,7 +28,6 @@
"peerDependencies": {
"gatsby": "^2.0.0"
},
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
Expand Down

0 comments on commit 6987edb

Please sign in to comment.