-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from Charlytoc/master
Update to latest versions
- Loading branch information
Showing
2 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the | ||
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node | ||
{ | ||
|
@@ -22,7 +23,7 @@ | |
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]" | ||
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]" | ||
|
||
// Use 'postCreateCommand' to run commands after the container is created. | ||
// "postCreateCommand": "yarn install", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"language": "html", | ||
"slug": "html-tutorial-exercises-course", | ||
"skills": [ | ||
"html-forms" | ||
], | ||
"title": { | ||
"us": "Learn the basics of HTML Interactively", | ||
"es": "Aprende lo básico de HTML Interactivamente" | ||
}, | ||
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true", | ||
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course", | ||
"description": { | ||
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions", | ||
"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" | ||
}, | ||
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4", | ||
"duration": 8, | ||
"difficulty": "easy", | ||
"videoSolutions": true, | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"disabledActions": [], | ||
"autoPlay": true, | ||
"telemetry": { | ||
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
}, | ||
"editor": { | ||
"version": "3.1.23" | ||
}, | ||
"video": { | ||
"intro": { | ||
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI", | ||
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w" | ||
} | ||
"language": "html", | ||
"slug": "html-tutorial-exercises-course", | ||
"skills": [ | ||
"html-forms" | ||
], | ||
"title": { | ||
"us": "Learn the basics of HTML Interactively", | ||
"es": "Aprende lo básico de HTML Interactivamente" | ||
}, | ||
"preview": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course/blob/master/preview.png?raw=true", | ||
"repository": "https://github.com/4GeeksAcademy/html-tutorial-exercises-course", | ||
"description": { | ||
"us": "Learn the most popular HTML Tags and how to use them with real life interactive examples, automatic grading and video solutions", | ||
"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" | ||
}, | ||
"intro": "https://www.youtube.com/watch?v=Vd2dby9ind4", | ||
"duration": 8, | ||
"difficulty": "easy", | ||
"videoSolutions": true, | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"disabledActions": [], | ||
"autoPlay": true, | ||
"telemetry": { | ||
"batch":"https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
}, | ||
"editor": { | ||
"version": "3.1.36" | ||
}, | ||
"video": { | ||
"intro": { | ||
"es":"https://www.youtube.com/watch?v=zKfaek8q2vI", | ||
"en": "https://www.youtube.com/watch?v=kDQAnCqGS-w" | ||
} | ||
} | ||
} |