Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiedo committed Jul 19, 2017
1 parent 681cfed commit a81d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/src/extend-node-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {
} = require(`gatsby-plugin-sharp`)

const sharp = require(`sharp`)
const {promisify} = require('util');
const promisify = require('util.promisify');
const ncp = require('ncp');
const ncpAsync = promisify(ncp);
const sizeOf = require('image-size');
Expand Down

0 comments on commit a81d972

Please sign in to comment.