Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
7 lines (4 sloc) 192 Bytes
var fs = require('fs');
var getChallenges = require('./getChallenges');
var challengeSpecs = getChallenges();
fs.writeFileSync('seed/challenge-bundle.json', JSON.stringify(challengeSpecs));
Something went wrong with that request. Please try again.