From c3a598b4d33a555b44b87454219a28de04ebc274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=96kiddopro?= Date: Fri, 7 Oct 2022 22:48:39 -0300 Subject: [PATCH 1/2] properties --- learn.json | 1 + 1 file changed, 1 insertion(+) diff --git a/learn.json b/learn.json index dc56301e..d0cec84c 100644 --- a/learn.json +++ b/learn.json @@ -10,6 +10,7 @@ "duration": 8, "difficulty": "easy", "video-solutions": true, + "bugs-link": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "disabledActions": [], "disableGrading": false, From bf167ee3d2df4a5c81f90d411ae4c6930958c3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Su=C3=A1rez?= <82285542+kiddopro@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:37:33 -0300 Subject: [PATCH 2/2] camelCase --- learn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn.json b/learn.json index d0cec84c..d73f7688 100644 --- a/learn.json +++ b/learn.json @@ -9,8 +9,8 @@ "description": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.", "duration": 8, "difficulty": "easy", - "video-solutions": true, - "bugs-link": "https://github.com/learnpack/learnpack/issues/new", + "videoSolutions": true, + "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "disabledActions": [], "disableGrading": false,