Skip to content

Commit 893cd46

Browse files
authored
Merge pull request #66 from Charlytoc/master
Update Learnpack CLI version and learn.json to use the latest editor version
2 parents a927581 + fd70f98 commit 893cd46

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install learnpack-html@0.0.20"
25+
"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.31 -g && learnpack plugins:install learnpack-html@0.0.20"
2626

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

learn.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
"projectType": "tutorial",
2020
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
2121
"graded": true,
22-
23-
"editor": {
24-
"version": "1.0.73"
25-
}
22+
"editor": {
23+
"version": "3.0.20"
24+
}
2625

2726
}

0 commit comments

Comments
 (0)