Skip to content

Commit 26047e9

Browse files
Correction script (#3)
* chore: run epicshop fix script Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> * chore: update lockfile after workspace rename Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 3f54e59 commit 26047e9

File tree

3 files changed

+45
-6
lines changed

3 files changed

+45
-6
lines changed

exercises/01.building-an-mvp/04.solution.implementation/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.building-an-mvp_04.problem.implementation",
2+
"name": "exercises_01.building-an-mvp_04.solution.implementation",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

package-lock.json

Lines changed: 41 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"references": [
77
{
88
"path": "exercises/01.building-an-mvp/04.problem.implementation"
9+
},
10+
{
11+
"path": "exercises/01.building-an-mvp/04.solution.implementation"
912
}
1013
]
1114
}

0 commit comments

Comments
 (0)