fix(source-plugin): Switch out gatsby-source-filesystem

This commit is contained in:
Bouncey
2018-10-04 15:15:50 +01:00
committed by Stuart Taylor
parent 6e728ce16d
commit b22c719651
7 changed files with 171 additions and 163 deletions

View File

@ -1,6 +1,4 @@
const { getChallengesForLang } = require('@freecodecamp/curriculum');
const { from, of } = require('rxjs');
const { map } = require('rxjs/operators');
const _ = require('lodash');
const utils = require('../utils');