Browse Source

Merge pull request #670 from FridaTveit/ListOpsEstimate

list-ops: estimate difficulty 9
Stuart Kent 9 years ago
parent
commit
37ebd42cb7
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      config.json

+ 6
- 6
config.json View File

@@ -495,17 +495,17 @@
495 495
       ]
496 496
     },
497 497
     {
498
-      "slug": "custom-set",
499
-      "difficulty": 10,
498
+      "slug": "list-ops",
499
+      "difficulty": 9,
500 500
       "topics": [
501
-
501
+      
502 502
       ]
503 503
     },
504 504
     {
505
-      "slug": "list-ops",
506
-      "difficulty": 1,
505
+      "slug": "custom-set",
506
+      "difficulty": 10,
507 507
       "topics": [
508
-      
508
+
509 509
       ]
510 510
     }
511 511
   ],