gatsby-plugin-feed
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.6
{ | ||
"name": "gatsby-plugin-feed", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.6", | ||
"description": "Creates an RSS feed for your Gatsby site.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ # gatsby-plugin-feed | ||
```npm install --save gatsby-plugin-feed``` | ||
`npm install --save gatsby-plugin-feed` | ||
@@ -17,3 +17,3 @@ ## How to Use | ||
description: `A fantastic new static site generator.`, | ||
site_url: `https://www.gatsbyjs.org` | ||
siteUrl: `https://www.gatsbyjs.org` | ||
}, | ||
@@ -42,3 +42,3 @@ plugins: [ | ||
description | ||
site_url | ||
siteUrl | ||
} | ||
@@ -45,0 +45,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11932
203