Skip to content

Commit 597d1dd

Browse files
authored
fix(gatsby-source-filesystem): Improve the description (#28252)
Currently it's "Gatsby plugin which parses files within a directory for further parsing by other plugins" which is rather opaque and CS-y. This PR changes it to better describe how someone would actually use it — "build websites with data from your local filesystem"
1 parent f6417dd commit 597d1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-filesystem",
3-
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
3+
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
44
"version": "2.7.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {

0 commit comments

Comments
 (0)