Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: import of feed package
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent cbf3ea0 commit e73033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { homepage } = require(`./package.json`)
const moment = require(`moment`)
const mkDir = require(`make-dir`)
// const webpack = require(`webpack`)
const Feed = require(`feed`)
const { Feed } = require(`feed`)
// const {
// compose,
// identity,
Expand Down

0 comments on commit e73033f

Please sign in to comment.