Skip to content

Commit 87bdb68

Browse files
committed
fix package name
1 parent 2c872eb commit 87bdb68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

exercises/02.metadata/03.solution.titles-with-meta/package.json

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

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
},
3131
{
3232
"path": "exercises/02.metadata/03.problem.titles-with-meta"
33+
},
34+
{
35+
"path": "exercises/02.metadata/03.solution.titles-with-meta"
3336
}
3437
]
3538
}

0 commit comments

Comments
 (0)