Skip to content

Commit 4fd7c2f

Browse files
authored
Merge pull request #143 from Charlytoc/master
Update to latest versions
2 parents 4e0237f + 362341e commit 4fd7c2f

File tree

2 files changed

+35
-31
lines changed

2 files changed

+35
-31
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
34
{
@@ -22,7 +23,7 @@
2223
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2324
// "forwardPorts": [],
2425

25-
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"
26+
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"
2627

2728
// Use 'postCreateCommand' to run commands after the container is created.
2829
// "postCreateCommand": "yarn install",

learn.json

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
11
{
2-
"language": "html",
3-
"slug": "css-tutorial-exercises-course",
4-
"skills": ["css-styling"],
5-
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
6-
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
7-
"title": {
8-
"us": "Learn CSS Interactively",
9-
"es": "Aprende CSS Interactivamente"
10-
},
11-
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
12-
"description": {
13-
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.",
14-
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos"
15-
},
16-
"duration": 8,
17-
"difficulty": "easy",
18-
"videoSolutions": true,
19-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20-
"projectType": "tutorial",
21-
"graded": true,
22-
"disabledActions": [],
23-
"disableGrading": false,
24-
"editor": {
25-
"version": "3.1.23"
26-
},
27-
"video": {
28-
"intro": {
29-
"es":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
30-
"en": "https://www.youtube.com/watch?v=mZPmxx18kXo"
31-
}
2+
"language": "html",
3+
"slug": "css-tutorial-exercises-course",
4+
"skills": ["css-styling"],
5+
"preview": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course/blob/master/preview.png?raw=true",
6+
"repository": "https://github.com/4GeeksAcademy/css-tutorial-exercises-course",
7+
"title": {
8+
"us": "Learn CSS Interactively",
9+
"es": "Aprende CSS Interactivamente"
10+
},
11+
"intro": "https://www.youtube.com/watch?v=BDKdUPDez-U",
12+
"description": {
13+
"us": "Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.",
14+
"es": "Aprende CSS con una docena de ejercicios interactivos y auto-corregidos"
15+
},
16+
"duration": 8,
17+
"difficulty": "easy",
18+
"videoSolutions": true,
19+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
20+
"projectType": "tutorial",
21+
"graded": true,
22+
"disabledActions": [],
23+
"disableGrading": false,
24+
"editor": {
25+
"version": "3.1.36"
26+
},
27+
"telemetry": {
28+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
29+
},
30+
"video": {
31+
"intro": {
32+
"es":"https://www.youtube.com/watch?v=AuXnQHKhjxw",
33+
"en": "https://www.youtube.com/watch?v=mZPmxx18kXo"
3234
}
3335
}
36+
}

0 commit comments

Comments
 (0)