Skip to content

Commit 9714066

Browse files
committed
fixup
1 parent 7b8205b commit 9714066

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

exercises/02.next/01.solution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "exercises_01.start_01.solution",
2+
"name": "exercises_02.next_01.solution",
33
"private": true,
44
"type": "module",
55
"scripts": {

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
{
1111
"path": "exercises/01.start/01.solution"
1212
},
13+
{
14+
"path": "exercises/02.next/01.solution"
15+
},
1316
{
1417
"path": "exercises/05.end-stdio/01.problem"
1518
},

0 commit comments

Comments
 (0)