restructure challenges within directories

This commit is contained in:
Quincy Larson
2015-12-04 23:41:52 -06:00
committed by Berkeley Martinez
parent 298ea673e0
commit f95cd42fef
27 changed files with 871 additions and 392 deletions

View File

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