fix the sequence within the challenge blocks

This commit is contained in:
Quincy Larson
2015-12-05 01:13:46 -06:00
committed by Berkeley Martinez
parent 7b262864f4
commit 9c477dc289
7 changed files with 5 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Claim Your Full Stack Development Certificate",
"order": 12,
"order": 5,
"time": "5m",
"challenges": [
{

View File

@ -1,6 +1,6 @@
{
"name": "Greenfield Nonprofit Project 1",
"order": 12,
"order": 1,
"time": "5m",
"challenges": [
{

View File

@ -1,6 +1,6 @@
{
"name": "Greenfield Nonprofit Project 2",
"order": 12,
"order": 2,
"time": "5m",
"challenges": [
{

View File

@ -1,6 +1,6 @@
{
"name": "Legacy Nonprofit Project 1",
"order": 12,
"order": 3,
"time": "5m",
"challenges": [
{

View File

@ -1,6 +1,6 @@
{
"name": "Legacy Nonprofit Project 2",
"order": 12,
"order": 4,
"time": "5m",
"challenges": [
{

View File

@ -1,5 +0,0 @@
{
"name": "D3",
"order": 0.099,
"challenges": []
}

View File

@ -1,5 +0,0 @@
{
"name": "ReactJS",
"order": 0.099,
"challenges": []
}