Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest versions #142

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
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
{
Expand All @@ -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",
Expand Down
66 changes: 33 additions & 33 deletions learn.json
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"
}
}
}
Loading