Skip to content

Commit 2dcd558

Browse files
committed
Update to new version of editor and cli, add telemetry
1 parent 7b13d72 commit 2dcd558

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
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 jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11"
26+
"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/node@1.1.11"
2627

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

learn.json

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
{
2-
"slug": "javascript-beginner-exercises-tutorial",
3-
"grading": "isolated",
4-
"language": "node",
5-
"repository": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial",
6-
"title": {
7-
"us": "Javascript Beginner Tutorial (interactive)",
8-
"es": "Tutorial para Principiantes de Javascript (Interactivo)"
9-
},
10-
"preview": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial/blob/master/preview.png?raw=true",
11-
"description": {
12-
"us": "Practice your Javascript programming skills with this interactive and auto-graded set of exercises.",
13-
"es": "Practica tus habilidades programando en Javascript con este conjunto de ejercicios interactivos y auto-evaluados"
14-
},
15-
"duration": 10,
16-
"difficulty": "easy",
17-
"video-solutions": true,
18-
"graded": true,
19-
20-
"editor": {
21-
"version": "3.1.23"
22-
},
23-
"video": {
24-
"intro": {
25-
"es": "https://www.youtube.com/watch?v=GjQEotj3t6Y",
26-
"en": "https://www.youtube.com/watch?v=GjQEotj3t6Y"
27-
}
2+
"slug": "javascript-beginner-exercises-tutorial",
3+
"grading": "isolated",
4+
"language": "node",
5+
"repository": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial",
6+
"title": {
7+
"us": "Javascript Beginner Tutorial (interactive)",
8+
"es": "Tutorial para Principiantes de Javascript (Interactivo)"
9+
},
10+
"preview": "https://github.com/4GeeksAcademy/javascript-beginner-exercises-tutorial/blob/master/preview.png?raw=true",
11+
"description": {
12+
"us": "Practice your Javascript programming skills with this interactive and auto-graded set of exercises.",
13+
"es": "Practica tus habilidades programando en Javascript con este conjunto de ejercicios interactivos y auto-evaluados"
14+
},
15+
"duration": 10,
16+
"difficulty": "easy",
17+
"video-solutions": true,
18+
"graded": true,
19+
20+
"editor": {
21+
"version": "3.1.36"
22+
},
23+
"telemetry": {
24+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
25+
},
26+
"video": {
27+
"intro": {
28+
"es": "https://www.youtube.com/watch?v=GjQEotj3t6Y",
29+
"en": "https://www.youtube.com/watch?v=GjQEotj3t6Y"
2830
}
29-
3031
}
32+
33+
}

0 commit comments

Comments
 (0)