From 8fe8bd86922656772ce7642ec7d3d611d9fcad76 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 18 Aug 2015 10:57:38 -0700 Subject: [PATCH] add beginnings of react and d3 challenges --- seed/under-construction/d3.json | 5 +++++ seed/under-construction/json-apis-and-ajax.json | 3 +-- seed/under-construction/reactjs.json | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 seed/under-construction/d3.json create mode 100644 seed/under-construction/reactjs.json diff --git a/seed/under-construction/d3.json b/seed/under-construction/d3.json new file mode 100644 index 0000000000..8c84070738 --- /dev/null +++ b/seed/under-construction/d3.json @@ -0,0 +1,5 @@ +{ + "name": "D3", + "order": 0.099, + "challenges": [] +} diff --git a/seed/under-construction/json-apis-and-ajax.json b/seed/under-construction/json-apis-and-ajax.json index 268ad265a5..f2469887a7 100644 --- a/seed/under-construction/json-apis-and-ajax.json +++ b/seed/under-construction/json-apis-and-ajax.json @@ -1,6 +1,6 @@ { "name": "JSON APIs and Ajax", - "order": 0.007, + "order": 0.0065, "challenges": [ { "id": "bad87fed1348bd9aeca08826", @@ -79,7 +79,6 @@ " }", " ]", "", - " });", "fcces", "", "", diff --git a/seed/under-construction/reactjs.json b/seed/under-construction/reactjs.json new file mode 100644 index 0000000000..d4b687444b --- /dev/null +++ b/seed/under-construction/reactjs.json @@ -0,0 +1,5 @@ +{ + "name": "ReactJS", + "order": 0.099, + "challenges": [] +}