-
Notifications
You must be signed in to change notification settings - Fork 379
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 #122 from Charlytoc/master
Update to latest versions
- Loading branch information
Showing
2 changed files
with
30 additions
and
27 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
// "forwardPorts": [], | ||
|
||
"onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected].14" | ||
"onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected].5" | ||
|
||
// 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,29 +1,32 @@ | ||
{ | ||
"language": "react", | ||
"slug": "react-tutorial-exercises", | ||
"title": { | ||
"us": "Learn React.js Interactively", | ||
"es": "Aprende React.js Interactivamente" | ||
}, | ||
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true", | ||
"description": { | ||
"us": "Learn and practice ReactJS using hooks, interactive tutorial with dozens of react exercises, get instant feedback with automatic grading and watch video solutions afterwards.", | ||
"es": "Aprende y practica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video soluciones." | ||
}, | ||
"duration": 8, | ||
"projectType": "tutorial", | ||
"difficulty": "easy", | ||
"videoSolutions": true, | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"grading": "isolated", | ||
"editor": { | ||
"version": "3.1.23" | ||
}, | ||
"video": { | ||
"intro": { | ||
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s", | ||
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc" | ||
} | ||
"language": "react", | ||
"slug": "react-tutorial-exercises", | ||
"title": { | ||
"us": "Learn React.js Interactively", | ||
"es": "Aprende React.js Interactivamente" | ||
}, | ||
"repository": "https://github.com/4GeeksAcademy/react-tutorial-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/react-tutorial-exercises/blob/master/preview.png?raw=true", | ||
"description": { | ||
"us": "Learn and practice ReactJS using hooks, interactive tutorial with dozens of react exercises, get instant feedback with automatic grading and watch video solutions afterwards.", | ||
"es": "Aprende y practica ReactJS con un tutorial interactivo que contiene docenas de ejercicios de React, obtén feedback instantáneo, con evaluación automática y video soluciones." | ||
}, | ||
"duration": 8, | ||
"projectType": "tutorial", | ||
"difficulty": "easy", | ||
"videoSolutions": true, | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"grading": "isolated", | ||
"editor": { | ||
"version": "3.1.36" | ||
}, | ||
"telemetry": { | ||
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
}, | ||
"video": { | ||
"intro": { | ||
"us": "https://www.youtube.com/watch?v=yRjmuLAH25s", | ||
"es": "https://www.youtube.com/watch?v=L21NvjxiVmc" | ||
} | ||
} | ||
} |