Skip to content

Commit

Permalink
Use lowercase require for "rss" (gatsbyjs#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Young authored and KyleAMathews committed Jul 9, 2017
1 parent 16e4ac5 commit bd9a4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/src/gatsby-node.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "path"
import RSS from "RSS"
import RSS from "rss"
import { defaultOptions, runQuery, writeFile } from "./internals"

const publicPath = `./public`
Expand Down

0 comments on commit bd9a4e3

Please sign in to comment.