chore: remove old curriculum bundler
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
77a271320d
commit
edb936ce35
@ -1,6 +0,0 @@
|
||||
var fs = require('fs');
|
||||
var getChallenges = require('./getChallenges');
|
||||
|
||||
var challengeSpecs = getChallenges();
|
||||
|
||||
fs.writeFileSync('seed/challenge-bundle.json', JSON.stringify(challengeSpecs));
|
@ -1 +0,0 @@
|
||||
export { default as getChallenges } from './getChallenges';
|
Reference in New Issue
Block a user