diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b278c0e7..77c461aa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,4 @@ + // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node { @@ -22,7 +23,7 @@ // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], - "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/html@1.1.7" + "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/html@1.1.7" // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "yarn install", diff --git a/learn.json b/learn.json index 760346a8..6595d7ab 100644 --- a/learn.json +++ b/learn.json @@ -1,36 +1,36 @@ { - "language": "html", - "slug": "html-tutorial-exercises-course", - "skills": [ - "html-forms" - ], - "title": { - "us": "Learn the basics of HTML Interactively", - "es": "Aprende lo básico de HTML Interactivamente" - }, - "preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true", - "repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course", - "description": { - "us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions", - "es": "Aprende los tags más populares de HTML y como usarlos en casos de la vida real con ejemplos interactivos, calicaciones automáticas y video-soluciones" - }, - "intro": "https://www.youtube.com/watch?v=Vd2dby9ind4", - "duration": 8, - "difficulty": "easy", - "videoSolutions": true, - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "disabledActions": [], - "autoPlay": true, - "telemetry": { - "batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry" - }, - "editor": { - "version": "3.1.23" - }, - "video": { - "intro": { - "es":"https://www.youtube.com/watch?v=zKfaek8q2vI", - "en": "https://www.youtube.com/watch?v=kDQAnCqGS-w" - } +"language": "html", +"slug": "html-tutorial-exercises-course", +"skills": [ + "html-forms" +], +"title": { + "us": "Learn the basics of HTML Interactively", + "es": "Aprende lo básico de HTML Interactivamente" +}, +"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true", +"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course", +"description": { + "us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions", + "es": "Aprende los tags más populares de HTML y como usarlos en casos de la vida real con ejemplos interactivos, calicaciones automáticas y video-soluciones" +}, +"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4", +"duration": 8, +"difficulty": "easy", +"videoSolutions": true, +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"disabledActions": [], +"autoPlay": true, +"telemetry": { + "batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry" +}, +"editor": { + "version": "3.1.36" +}, +"video": { + "intro": { + "es":"https://www.youtube.com/watch?v=zKfaek8q2vI", + "en": "https://www.youtube.com/watch?v=kDQAnCqGS-w" } } +} \ No newline at end of file