Fix Merge Issue

This commit is contained in:
SaintPeter
2016-01-01 21:10:08 -08:00
parent 5e36aa88ae
commit b32afaea1b
2 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ import getFromDisk$ from '../utils/getFromDisk$';
const isDev = process.env.NODE_ENV !== 'production';
const isBeta = !!process.env.BETA;
const debug = debugFactory('freecc:challenges');
const challengesRegex = /^(bonfire|waypoint|zipline|basejump)/i;
const challengesRegex = /^(bonfire|waypoint|zipline|basejump|checkpoint)/i;
const firstChallenge = 'waypoint-learn-how-free-code-camp-works';
const challengeView = {
0: 'coursewares/showHTML',