mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
chore: remove old curriculum bundler
This commit is contained in:
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';
|
||||
Loading…
Reference in New Issue
Block a user