Skip to content

Commit bfff479

Browse files
committed
Update editor and CLI
1 parent 47ccc28 commit bfff479

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"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"
25+
"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"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",
@@ -32,4 +32,4 @@
3232

3333
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3434
// "remoteUser": "root"
35-
}
35+
}

learn.json

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
2-
"language": "html",
3-
"slug": "css-layouts-tutorial-exercises",
4-
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
5-
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises",
6-
"title": {
7-
"us": "Build Website Layouts with CSS",
8-
"es": "Construye diseños de sitios web con CSS"
9-
},
10-
"description": {
11-
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.",
12-
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido."
13-
},
14-
"duration": 8,
15-
"difficulty": "easy",
16-
"skills": ["html-layouts","css-styling"],
17-
"videoSolutions": false,
18-
"projectType": "tutorial",
19-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20-
"graded": true,
21-
"disableGrading": false,
22-
"editor": {
23-
"version": "3.1.23"
24-
}
2+
"language": "html",
3+
"slug": "css-layouts-tutorial-exercises",
4+
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
5+
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises",
6+
"title": {
7+
"us": "Build Website Layouts with CSS",
8+
"es": "Construye diseños de sitios web con CSS"
9+
},
10+
"description": {
11+
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.",
12+
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido."
13+
},
14+
"duration": 8,
15+
"difficulty": "easy",
16+
"skills": ["html-layouts","css-styling"],
17+
"videoSolutions": false,
18+
"projectType": "tutorial",
19+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20+
"graded": true,
21+
"disableGrading": false,
22+
"editor": {
23+
"version": "3.1.36"
24+
},
25+
"telemetry": {
26+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
2527
}
28+
}

0 commit comments

Comments
 (0)