Skip to content

Commit b197637

Browse files
committed
updated learnpack version
1 parent be0fa46 commit b197637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2424
// "forwardPorts": [],
2525

26-
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/[email protected]"
26+
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/[email protected]"
2727

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

learn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
1919
"graded": true,
2020
"editor": {
21-
"version": "4.0"
21+
"version": "5.0"
2222
},
2323
"telemetry": {
2424
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"

0 commit comments

Comments
 (0)