Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva committed Sep 7, 2016
1 parent c110d5f commit 90d0a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const decompressUnzip = require('decompress-unzip');
const mkdirp = require('mkdirp');
const pify = require('pify');
const stripDirs = require('strip-dirs');

const fsP = pify(fs);

const runPlugins = (input, opts) => {
Expand Down

0 comments on commit 90d0a84

Please sign in to comment.