chore: remove old curriculum bundler

This commit is contained in:
Oliver Eyton-Williams
2021-02-03 11:05:44 +01:00
committed by Mrugesh Mohapatra
parent 77a271320d
commit edb936ce35
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +0,0 @@
var fs = require('fs');
var getChallenges = require('./getChallenges');
var challengeSpecs = getChallenges();
fs.writeFileSync('seed/challenge-bundle.json', JSON.stringify(challengeSpecs));

View File

@ -1 +0,0 @@
export { default as getChallenges } from './getChallenges';