Skip to content

Commit

Permalink
use fs-extra for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ac committed Oct 19, 2018
1 parent 4c5ac63 commit 66cbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/src/gatsby-ssr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { withPrefix } from "gatsby"
import fs from "fs"
import fs from "fs-extra"
let cacheId = null

exports.onRenderBody = (
Expand Down

0 comments on commit 66cbf31

Please sign in to comment.