Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Noviny committed Feb 21, 2017
1 parent 75f0fa6 commit f616a71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const _ = require('lodash');
const path = require('path');
const select = require('unist-util-select');
const Promise = require('bluebird');
const fs = require('fs');

exports.createPages = ({ args }) => {
const { graphql } = args;
Expand Down

0 comments on commit f616a71

Please sign in to comment.