Skip to content

Commit 19daf14

Browse files
committed
Update to new version of editor and cli, add telemetry
1 parent 53b0e23 commit 19daf14

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

.devcontainer/devcontainer.json

+2-1
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

+32-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
{
2-
"language": "node",
3-
"slug": "javascript-arrays",
4-
"title": {
5-
"us": "Learn Javascript Arrays and Loops Interactive",
6-
"es": "Aprende Arrays y Loops de Javascript Interactivamente"
7-
},
8-
"repository": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial",
9-
"preview": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/preview.png?raw=true",
10-
"description": {
11-
"us": "Learn javascript arrays and loops, interactive tutorial with dozens of exercises, get instant feedback with automatic grading and watch video solutions afterwards.",
12-
"es": "Aprende Arrays y ciclos de Javascript, con una docena de ejercicios del tutorial interactivo, obtén feedback instantáneo con auto-corrección y video-soluciones"
13-
},
14-
"duration": 12,
15-
"difficulty": "easy",
16-
"projectType": "tutorial",
17-
"videoSolutions": true,
18-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19-
"graded": true,
20-
21-
"editor": {
22-
"version": "3.1.23"
23-
},
24-
"video": {
25-
"intro": {
26-
"es": "https://www.youtube.com/watch?v=mt_5rrboN9g",
27-
"en": "https://www.youtube.com/watch?v=ESH3EvnT334"
28-
}
29-
}
2+
"language": "node",
3+
"slug": "javascript-arrays",
4+
"title": {
5+
"us": "Learn Javascript Arrays and Loops Interactive",
6+
"es": "Aprende Arrays y Loops de Javascript Interactivamente"
7+
},
8+
"repository": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial",
9+
"preview": "https://github.com/4GeeksAcademy/javascript-arrays-exercises-tutorial/blob/master/preview.png?raw=true",
10+
"description": {
11+
"us": "Learn javascript arrays and loops, interactive tutorial with dozens of exercises, get instant feedback with automatic grading and watch video solutions afterwards.",
12+
"es": "Aprende Arrays y ciclos de Javascript, con una docena de ejercicios del tutorial interactivo, obtén feedback instantáneo con auto-corrección y video-soluciones"
13+
},
14+
"duration": 12,
15+
"difficulty": "easy",
16+
"projectType": "tutorial",
17+
"videoSolutions": true,
18+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
19+
"graded": true,
3020

31-
21+
"editor": {
22+
"version": "3.1.36"
23+
},
24+
"telemetry": {
25+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26+
},
27+
"video": {
28+
"intro": {
29+
"es": "https://www.youtube.com/watch?v=mt_5rrboN9g",
30+
"en": "https://www.youtube.com/watch?v=ESH3EvnT334"
31+
}
3232
}
33+
34+
35+
}

0 commit comments

Comments
 (0)