Skip to content

Commit bd7a824

Browse files
authored
Merge pull request #205 from Charlytoc/main
Update to new version of editor and cli, add telemetry
2 parents 71b45eb + ba34100 commit bd7a824

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
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: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"slug": "master-javascript-programming-exercises",
3-
"duration": 10,
4-
"difficulty": "easy",
5-
"title": {
6-
"us": "Master Javascript Practicing",
7-
"es": "Domina Javascript Practicando"
8-
},
9-
"preview": "https://github.com/4GeeksAcademy/master-javascript-programming-exercises/blob/main/preview.jpeg?raw=true",
10-
"repository": "https://github.com/4GeeksAcademy/master-javascript-programming-exercises",
11-
"description": {
12-
"us": "165 Javascript exercises ideal for those who want to practice javascript object literals, functions and many more js features",
13-
"es": "165 ejercicios de Javascript ideales para quienes practicar objetos, funciones y muchas cosas más de Javascript."
14-
},
15-
"videoSolutions": false,
16-
"projectType": "tutorial",
17-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
18-
"graded": true,
19-
"editor": {
20-
"version": "3.1.23"
21-
}
2+
"slug": "master-javascript-programming-exercises",
3+
"duration": 10,
4+
"difficulty": "easy",
5+
"title": {
6+
"us": "Master Javascript Practicing",
7+
"es": "Domina Javascript Practicando"
8+
},
9+
"preview": "https://github.com/4GeeksAcademy/master-javascript-programming-exercises/blob/main/preview.jpeg?raw=true",
10+
"repository": "https://github.com/4GeeksAcademy/master-javascript-programming-exercises",
11+
"description": {
12+
"us": "165 Javascript exercises ideal for those who want to practice javascript object literals, functions and many more js features",
13+
"es": "165 ejercicios de Javascript ideales para quienes practicar objetos, funciones y muchas cosas más de Javascript."
14+
},
15+
"videoSolutions": false,
16+
"projectType": "tutorial",
17+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
18+
"graded": true,
19+
"editor": {
20+
"version": "3.1.36"
21+
},
22+
"telemetry": {
23+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
2224
}
25+
}

0 commit comments

Comments
 (0)