Skip to content

Commit 22c44aa

Browse files
authored
Merge pull request #78 from Charlytoc/master
Update to latest versions
2 parents 0e74305 + 2e5f0d4 commit 22c44aa

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-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/html@1.1.7"
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/html@1.1.7"
2627

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

learn.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"slug": "bootstrap-exercises",
3-
"title": {
4-
"us": "Learn Bootstrap Tutorial",
5-
"es": "Tutorial para Aprender Bootstrap"
6-
},
7-
"description": {
8-
"us": "A complete tutorial list of small targeted exercises that will show the most useful things you need to learn about bootstrap",
9-
"es": "Un tutorial completo de ejercicios que mostrarán las cosas más útiles de Bootstrap."
10-
},
11-
"repository": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial",
12-
"language": "html",
13-
"duration": 8,
14-
"preview": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial/blob/master/preview.png?raw=true",
15-
"difficulty": "easy",
16-
"skills": ["bootstrap", "html-layouts", "css-styling"],
17-
"technolgy": "bootstrap",
18-
"videoSolutions": false,
19-
"projectType": "tutorial",
20-
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
21-
"graded": true,
22-
"telemetry": {
23-
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
24-
},
25-
"editor": {
26-
"version": "3.1.23"
27-
}
28-
2+
"slug": "bootstrap-exercises",
3+
"title": {
4+
"us": "Learn Bootstrap Tutorial",
5+
"es": "Tutorial para Aprender Bootstrap"
6+
},
7+
"description": {
8+
"us": "A complete tutorial list of small targeted exercises that will show the most useful things you need to learn about bootstrap",
9+
"es": "Un tutorial completo de ejercicios que mostrarán las cosas más útiles de Bootstrap."
10+
},
11+
"repository": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial",
12+
"language": "html",
13+
"duration": 8,
14+
"preview": "https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial/blob/master/preview.png?raw=true",
15+
"difficulty": "easy",
16+
"skills": ["bootstrap", "html-layouts", "css-styling"],
17+
"technolgy": "bootstrap",
18+
"videoSolutions": false,
19+
"projectType": "tutorial",
20+
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
21+
"graded": true,
22+
"telemetry": {
23+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
24+
},
25+
"editor": {
26+
"version": "3.1.36"
2927
}
28+
29+
}

0 commit comments

Comments
 (0)