Skip to content

Commit 6c80ed0

Browse files
authored
Merge pull request #142 from Charlytoc/master
Update to latest versions
2 parents e252e8c + 5e2aef7 commit 6c80ed0

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
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 & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"language": "html",
3-
"slug": "html-tutorial-exercises-course",
4-
"skills": [
5-
"html-forms"
6-
],
7-
"title": {
8-
"us": "Learn the basics of HTML Interactively",
9-
"es": "Aprende lo básico de HTML Interactivamente"
10-
},
11-
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true",
12-
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course",
13-
"description": {
14-
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions",
15-
"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"
16-
},
17-
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4",
18-
"duration": 8,
19-
"difficulty": "easy",
20-
"videoSolutions": true,
21-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
22-
"disabledActions": [],
23-
"autoPlay": true,
24-
"telemetry": {
25-
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26-
},
27-
"editor": {
28-
"version": "3.1.23"
29-
},
30-
"video": {
31-
"intro": {
32-
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI",
33-
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w"
34-
}
2+
"language": "html",
3+
"slug": "html-tutorial-exercises-course",
4+
"skills": [
5+
"html-forms"
6+
],
7+
"title": {
8+
"us": "Learn the basics of HTML Interactively",
9+
"es": "Aprende lo básico de HTML Interactivamente"
10+
},
11+
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true",
12+
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course",
13+
"description": {
14+
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions",
15+
"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"
16+
},
17+
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4",
18+
"duration": 8,
19+
"difficulty": "easy",
20+
"videoSolutions": true,
21+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
22+
"disabledActions": [],
23+
"autoPlay": true,
24+
"telemetry": {
25+
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26+
},
27+
"editor": {
28+
"version": "3.1.36"
29+
},
30+
"video": {
31+
"intro": {
32+
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI",
33+
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w"
3534
}
3635
}
36+
}

0 commit comments

Comments
 (0)