Browse Source

Merge pull request #857 from deepakavs/master

meetup: add topics
FridaTveit 9 years ago
parent
commit
27df4af1a3
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      config.json

+ 6
- 1
config.json View File

748
       "core": false,
748
       "core": false,
749
       "difficulty": 7,
749
       "difficulty": 7,
750
       "slug": "meetup",
750
       "slug": "meetup",
751
-      "topics": null,
751
+      "topics": [
752
+        "conditionals",
753
+        "dates",
754
+        "loops",
755
+        "enumerations"
756
+      ],
752
       "unlocked_by": "gigasecond",
757
       "unlocked_by": "gigasecond",
753
       "uuid": "602511d5-7e89-4def-b072-4dd311816810"
758
       "uuid": "602511d5-7e89-4def-b072-4dd311816810"
754
     },
759
     },