diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b278c0e..b5e3864 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,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", @@ -32,4 +32,4 @@ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} +} \ No newline at end of file diff --git a/learn.json b/learn.json index 664d2a6..6c509fd 100644 --- a/learn.json +++ b/learn.json @@ -1,25 +1,28 @@ { - "language": "html", - "slug": "css-layouts-tutorial-exercises", - "preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true", - "repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises", - "title": { - "us": "Build Website Layouts with CSS", - "es": "Construye diseños de sitios web con CSS" - }, - "description": { - "us": "Learn how to build layouts with an interactive and auto-graded tutorial.", - "es": "Aprende a construir layours con un tutorial interactivo y auto-corregido." - }, - "duration": 8, - "difficulty": "easy", - "skills": ["html-layouts","css-styling"], - "videoSolutions": false, - "projectType": "tutorial", - "bugsLink": "https://github.com/learnpack/learnpack/issues/new", - "graded": true, - "disableGrading": false, - "editor": { - "version": "3.1.23" - } +"language": "html", +"slug": "css-layouts-tutorial-exercises", +"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true", +"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises", +"title": { + "us": "Build Website Layouts with CSS", + "es": "Construye diseños de sitios web con CSS" +}, +"description": { + "us": "Learn how to build layouts with an interactive and auto-graded tutorial.", + "es": "Aprende a construir layours con un tutorial interactivo y auto-corregido." +}, +"duration": 8, +"difficulty": "easy", +"skills": ["html-layouts","css-styling"], +"videoSolutions": false, +"projectType": "tutorial", +"bugsLink": "https://github.com/learnpack/learnpack/issues/new", +"graded": true, +"disableGrading": false, +"editor": { + "version": "3.1.36" +}, +"telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" } +} \ No newline at end of file